Click or drag to resize

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
Syntax
public bool Equals(
	LengthUnit other
)

Parameters

other
Type: RhinoLengthUnit

Return Value

Type: Boolean
true if the current object is equal to the other object otherwise false.

Implements

IEquatableTEquals(T)
Remarks
Name is ignored on the comparison (Meters and Metres are considered the same)
See Also