Click or drag to resize

DegreesMinutesSecondsGreaterThan Operator

Returns if left is greater than right.

Namespace:  AGI.Foundation
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public static bool operator >(
	DegreesMinutesSeconds left,
	DegreesMinutesSeconds right
)

Parameters

left
Type: AGI.FoundationDegreesMinutesSeconds
The instance to compare to right.
right
Type: AGI.FoundationDegreesMinutesSeconds
The instance to compare to left.

Return Value

Type: Boolean
if left is greater than right; otherwise .
See Also