Equals
inhoud
[
verbergen
]
Equals(Ratio)
Bepaalt of deze instantie gelijk is aan opgegeven “Ratio” instantie
public bool Equals(Ratio other)
Parameter | Type | Beschrijving |
---|---|---|
other | Ratio | Andere Ratio-instantie om hiermee de gelijkheid te controleren |
Winstwaarde
Waar als ze gelijk zijn, onwaar als ze ongelijk zijn
Zie ook
- struct Ratio
- naamruimte GroupDocs.Editor.HtmlCss.Css.DataTypes
- montage GroupDocs.Editor
Equals(object)
Bepaalt of deze instantie gelijk is aan het gespecificeerde niet-gecaste object, dat vermoedelijk een andere “Ratio”-instantie is
public override bool Equals(object other)
Parameter | Type | Beschrijving |
---|---|---|
other | Object | Andere System.Object-instantie, die vermoedelijk van het type Ratio is, om de gelijkheid hiermee te controleren |
Winstwaarde
Waar als ze gelijk zijn, onwaar als ze ongelijk zijn
Zie ook
- struct Ratio
- naamruimte GroupDocs.Editor.HtmlCss.Css.DataTypes
- montage GroupDocs.Editor