LengthUnitEquals Method (LengthUnit) |
Indicates whether the current object is equal to another object of the same type.
Namespace:
Rhino
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 9.0
Syntaxpublic bool Equals(
LengthUnit other
)
Public Function Equals (
other As LengthUnit
) As Boolean
Parameters
- other
- Type: RhinoLengthUnit
Return Value
Type:
Booleantrue if the current object is equal to the
other object otherwise false.
Implements
IEquatableTEquals(T)
RemarksName is ignored on the comparison (Meters and Metres are considered the same)
See Also