UnitType.Equals
Equals(object)
Determines whether the specified Object, is equal to this instance.
public bool Equals(object obj)
Parameter | Type | Description |
---|---|---|
obj | Object | The Object to compare with this instance. |
Return Value
true
if the specified Object is equal to this instance; otherwise, false
.
See Also
- class UnitType
- package com.aspose.html.Drawing
- package Aspose.HTML
Equals(UnitType)
Determines whether the specified UnitType
, is equal to this instance.
public bool Equals(UnitType other)
Parameter | Type | Description |
---|---|---|
other | UnitType | The UnitType to compare with this instance. |
Return Value
true
if the specified UnitType
is equal to this instance; otherwise, false
.
See Also
- class UnitType
- package com.aspose.html.Drawing
- package Aspose.HTML