Click or drag to resize

DistanceInequality Operator

Determines whether two specified Distance instances are not equal.

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

Parameters

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

Return Value

Boolean
true if lhs and rhs do not represent the same Distance; false otherwise.
See Also