UnitType.op_Inequality
UnitType Inequality operator
Determines whether the two specified UnitType values are not 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 not equal; otherwise, false.
See Also
- class UnitType
- namespace Aspose.Svg.Drawing
- assembly Aspose.SVG