Equals
Contents
[
Hide
]
Equals(Ratio)
Determines whether this instance is equal with specified “Ratio” instance
public bool Equals(Ratio other)
Parameter | Type | Description |
---|---|---|
other | Ratio | Other Ratio instance to check on equality with this |
Return Value
True if are equal, false if are unequal
See Also
- struct Ratio
- namespace GroupDocs.Editor.HtmlCss.Css.DataTypes
- assembly GroupDocs.Editor
Equals(object)
Determines whether this instance is equal with specified uncasted object, which presumably is another “Ratio” instance
public override bool Equals(object other)
Parameter | Type | Description |
---|---|---|
other | Object | Other System.Object instance, that is presumably of Ratio type, to check on equality with this |
Return Value
True if are equal, false if are unequal
See Also
- struct Ratio
- namespace GroupDocs.Editor.HtmlCss.Css.DataTypes
- assembly GroupDocs.Editor