LongitudeGreaterThan(Longitude, Double) Operator

Compares two values to determine which is greater.

Definition

Namespace: InnerDrive.Geography
Assembly: InnerDrive.Geography (in InnerDrive.Geography.dll) Version: 5.2.9017.0
C#
public static bool operator >(
	Longitude left,
	double right
)

Parameters

left  Longitude
The value to compare with right.
right  Double
The value to compare with left.

Return Value

Boolean
if left is greater than right; otherwise, .

Implements

IComparisonOperatorsTSelf, TOther, TResultGreaterThan(TSelf, TOther)

See Also