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