Equals
Leave feedback
On this page
Defines whether this value is equal to the other specified length
public bool Equals(Length other)
| Parameter | Type | Description |
|---|---|---|
| other | Length | Other instance of Length type |
True if equal, otherwise false
- struct Length
- namespace GroupDocs.Editor.HtmlCss.Css.DataTypes
- assembly GroupDocs.Editor
Determines whether this length is equal to specified object
public override bool Equals(object obj)
| Parameter | Type | Description |
|---|---|---|
| obj | Object | Other instance of Length type, that is boxed to the System.Object or any other abstract type or interface |
True if equal, otherwise false
- struct Length
- 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.