Click or drag to resize

DistanceUnitEquality Operator

Determines whether two specified DistanceUnit instances are equal.

Namespace: DegreeDays.Geo
Assembly: DegreeDays (in DegreeDays.dll) Version: 1.4
Syntax
public static bool operator ==(
	DistanceUnit lhs,
	DistanceUnit rhs
)

Parameters

lhs  DistanceUnit
The first DistanceUnit to compare.
rhs  DistanceUnit
The second DistanceUnit to compare.

Return Value

Boolean
true if lhs and rhs represent the same DistanceUnit; false otherwise.
See Also