DistanceUnitEquals(DistanceUnit) Method |
Returns true if other represents the same unit of distance;
false otherwise.
Namespace: DegreeDays.GeoAssembly: DegreeDays (in DegreeDays.dll) Version: 1.4
Syntax public bool Equals(
DistanceUnit other
)
Public Function Equals (
other As DistanceUnit
) As Boolean
Parameters
- other DistanceUnit
- The instance to compare with this instance.
Return Value
Booleantrue if
other is equal to this instance;
false otherwise.
Implements
IEquatableTEquals(T)See Also