Equals

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


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


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