Skip to main content
A newer version of this page is available. .

MeasureUnit Operators

Represents a measure unit used by a map.
Name Description
Equality(MeasureUnit, MeasureUnit) static Compares two MeasureUnit objects. The result specifies whether these objects are equal.
Implicit(MeasureUnitCore to MeasureUnit) static Converts the specified MeasureUnitCore object to a MeasureUnit object.
Implicit(MeasureUnit to MeasureUnitCore) static Converts the specified MeasureUnit object to a MeasureUnitCore object.
Inequality(MeasureUnit, MeasureUnit) static Compares two MeasureUnit objects. The result specifies whether these objects are unequal.
See Also