Equals
Equals(FontSize)
Determines whether this font-size instance is equal to specified
public bool Equals(FontSize other)
Parameter | Type | Description |
---|---|---|
other | FontSize | Other font-size instance |
Return Value
true if are equal, false otherwise
See Also
- struct FontSize
- namespace GroupDocs.Editor.HtmlCss.Css.Properties
- assembly GroupDocs.Editor
Equals(object)
Determines whether this font-size instance is equal to specified uncasted
public override bool Equals(object obj)
Parameter | Type | Description |
---|---|---|
obj | Object | Other uncasted font-size instance, may be null |
Return Value
true if are equal, false if not equal, null or of other type
See Also
- struct FontSize
- namespace GroupDocs.Editor.HtmlCss.Css.Properties
- assembly GroupDocs.Editor