Equals
Contenu
[
Cacher
]
Equals(WordProcessingFormats)
Détermine si cette instance est égale à l’autre instance WordProcessingFormats spécifiée
public bool Equals(WordProcessingFormats other)
Paramètre | Taper | La description |
---|---|---|
other | WordProcessingFormats | Autre instance de WordProcessingFormats, qui doit être vérifiée sur l’égalité avec cette |
Return_Value
Vrai si sont égaux, faux si sont inégaux
Voir également
- struct WordProcessingFormats
- 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 WordProcessingFormats, la méthode renverra ‘false’ |
Return_Value
Vrai si sont égaux, faux si sont inégaux
Voir également
- interface IDocumentFormat
- struct WordProcessingFormats
- 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 WordProcessingFormats en boîte
public override bool Equals(object obj)
Paramètre | Taper | La description |
---|---|---|
obj | Object | Autre instance de WordProcessingFormats en boîte |
Return_Value
Vrai si sont égaux, faux si sont inégaux
Voir également
- struct WordProcessingFormats
- espace de noms GroupDocs.Editor.Formats
- Assemblée GroupDocs.Editor