Unit.Equals
Equals(Unit)
Determines whether the specified Unit
, is equal to this instance.
public bool Equals(Unit other)
Parameter | Type | Description |
---|---|---|
other | Unit | The Unit to compare with this instance. |
Return Value
true
if the specified Unit
is equal to this instance; otherwise, false
.
See Also
- class Unit
- package com.aspose.html.Drawing
- package Aspose.HTML
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 Unit
- package com.aspose.html.Drawing
- package Aspose.HTML