DistanceEquality Operator |
Determines whether two specified Distance instances are equal.
Namespace:
DegreeDays.Geo
Assembly:
DegreeDays (in DegreeDays.dll) Version: 1.3
Syntaxpublic static bool operator ==(
Distance lhs,
Distance rhs
)
Public Shared Operator = (
lhs As Distance,
rhs As Distance
) As Boolean
Parameters
- lhs
- Type: DegreeDays.GeoDistance
The first Distance to compare. - rhs
- Type: DegreeDays.GeoDistance
The second Distance to compare.
Return Value
Type:
Booleantrue if
lhs and
rhs represent the same
Distance;
false otherwise.
See Also