Equals
Leave feedback
On this page
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 |
True if are equal, false if are unequal
- struct Ratio
- namespace GroupDocs.Editor.HtmlCss.Css.DataTypes
- assembly GroupDocs.Editor
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 |
True if are equal, false if are unequal
- struct Ratio
- namespace GroupDocs.Editor.HtmlCss.Css.DataTypes
- assembly GroupDocs.Editor
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.