Inner Drive Extensible Architecture
C#
Show/Hide TOC
Direction
Greater
Than 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#
Copy
public
static
bool
operator
>
(
Direction
left
,
Direction
right
)
Parameters
left
Direction
The value to compare with
right
.
right
Direction
The value to compare with
left
.
Return Value
Boolean
if
left
is greater than
right
; otherwise,
.
Implements
IComparisonOperators
TSelf, TOther, TResult
GreaterThan(TSelf, TOther)
See Also
Reference
Direction Structure
InnerDrive.Geography Namespace
In This Article
Definition
Parameters
Return Value
Implements
See Also