LatitudeGreaterThan(Double, Latitude) Operator
Compares an instance of
Latitude to an instance of
Double for different values.
Namespace: InnerDrive.GeographyAssembly: InnerDrive.Geography (in InnerDrive.Geography.dll) Version: 5.2.9017.0
public static bool operator >(
double left,
Latitude right
)
- left Double
- The Double to compare.
- right Latitude
- The Latitude to compare.
Booleantrue if the first instance is greater in value than the second instance.