Equals
Contenu
[
Cacher
]
Equals(TiffRational, TiffRational)
Compare une paire deTiffRational
nombres.
public static bool Equals(TiffRational rational, TiffRational other)
Paramètre | Taper | La description |
---|---|---|
rational | TiffRational | Un nombre rationnel. |
other | TiffRational | Un autre nombre rationnel. |
Return_Value
vrai
si les objets sont égaux ; sinon,FAUX
.
Voir également
- class TiffRational
- espace de noms GroupDocs.Metadata.Formats.Image
- Assemblée GroupDocs.Metadata
Equals(TiffRational)
Indique si l’objet courant est égal à un autre objet du même type.
public bool Equals(TiffRational other)
Paramètre | Taper | La description |
---|---|---|
other | TiffRational | Un objet à comparer avec cet objet. |
Return_Value
vrai
si l’objet courant est égal àother paramètre; sinon,FAUX
.
Voir également
- class TiffRational
- espace de noms GroupDocs.Metadata.Formats.Image
- Assemblée GroupDocs.Metadata
Equals(object)
Indique si l’objet courant est égal à un autre objet du même type.
public override bool Equals(object obj)
Paramètre | Taper | La description |
---|---|---|
obj | Object | Un objet à comparer avec cet objet. |
Return_Value
vrai
si l’objet courant est égal àobj paramètre; sinon,FAUX
.
Voir également
- class TiffRational
- espace de noms GroupDocs.Metadata.Formats.Image
- Assemblée GroupDocs.Metadata