DistanceInequality Operator |
Determines whether two specified Distance instances are not equal.
Namespace: DegreeDays.GeoAssembly: DegreeDays (in DegreeDays.dll) Version: 1.4
Syntax public static bool operator !=(
Distance lhs,
Distance rhs
)
Public Shared Operator <> (
lhs As Distance,
rhs As Distance
) As Boolean
Parameters
- lhs Distance
- The first Distance to compare.
- rhs Distance
- The second Distance to compare.
Return Value
Booleantrue if
lhs and
rhs do not represent the same
Distance;
false otherwise.
See Also