Equals
Contenu
[
Cacher
]
Equals(PresentationFormats)
Détermine si cette instance est égale à l’autre instance PresentationFormats spécifiée
public bool Equals(PresentationFormats other)
Paramètre | Taper | La description |
---|---|---|
other | PresentationFormats | Autre instance PresentationFormats, qui doit être vérifiée sur l’égalité avec this |
Return_Value
Vrai si sont égaux, faux si sont inégaux
Voir également
- struct PresentationFormats
- espace de noms GroupDocs.Editor.Formats
- Assemblée GroupDocs.Editor
Equals(IDocumentFormat)
Détermine si cette instance est égale à l’autre instance IDocumentFormat spécifiée
public bool Equals(IDocumentFormat other)
Paramètre | Taper | La description |
---|---|---|
other | IDocumentFormat | Autre instance IDocumentFormat. Si ce n’est pas un PresentationFormats, la méthode retournera ‘false’ |
Return_Value
Vrai si sont égaux, faux si sont inégaux
Voir également
- interface IDocumentFormat
- struct PresentationFormats
- espace de noms GroupDocs.Editor.Formats
- Assemblée GroupDocs.Editor
Equals(object)
Détermine si cette instance est égale à l’autre objet spécifié, qui est vraisemblablement de Boxed PresentationFormats
public override bool Equals(object obj)
Paramètre | Taper | La description |
---|---|---|
obj | Object | Autre instance de PresentationFormats en boîte |
Return_Value
Vrai si sont égaux, faux si sont inégaux
Voir également
- struct PresentationFormats
- espace de noms GroupDocs.Editor.Formats
- Assemblée GroupDocs.Editor