Equals
Equals(Length)
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 | 
Return Value
True if equal, otherwise false
See Also
- struct Length
 - namespace GroupDocs.Editor.HtmlCss.Css.DataTypes
 - assembly GroupDocs.Editor
 
Equals(object)
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 | 
Return Value
True if equal, otherwise false
See Also
- struct Length
 - namespace GroupDocs.Editor.HtmlCss.Css.DataTypes
 - assembly GroupDocs.Editor