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