UnitType.op_Equality
UnitType Equality operator
Determines whether the two specified UnitType
values are equal.
public static bool operator ==(UnitType first, UnitType second)
Parameter | Type | Description |
---|---|---|
first | UnitType | The first UnitType value to compare. |
second | UnitType | The second UnitType value to compare. |
Return Value
true
if the both UnitType
are equal; otherwise, false
.
See Also
- class UnitType
- namespace Aspose.Svg.Drawing
- assembly Aspose.SVG