Equals
Contenu
[
Cacher
]
Equals(Ratio)
Détermine si cette instance est égale à l’instance “Ratio” spécifiée
public bool Equals(Ratio other)
Paramètre | Taper | La description |
---|---|---|
other | Ratio | Autre instance de ratio pour vérifier l’égalité avec this |
Return_Value
Vrai si sont égaux, faux si sont inégaux
Voir également
- struct Ratio
- espace de noms GroupDocs.Editor.HtmlCss.Css.DataTypes
- Assemblée GroupDocs.Editor
Equals(object)
Détermine si cette instance est égale à l’objet non casté spécifié, qui est probablement une autre instance “Ratio”
public override bool Equals(object other)
Paramètre | Taper | La description |
---|---|---|
other | Object | Autre instance System.Object, qui est vraisemblablement de type Ratio, pour vérifier l’égalité avec this |
Return_Value
Vrai si sont égaux, faux si sont inégaux
Voir également
- struct Ratio
- espace de noms GroupDocs.Editor.HtmlCss.Css.DataTypes
- Assemblée GroupDocs.Editor