Inner Drive Extensible Architecture
C#
Show/Hide TOC
Longitude
Less
Than(Longitude, Longitude) Operator
Compares two values to determine which is less.
Definition
Namespace:
InnerDrive.Geography
Assembly:
InnerDrive.Geography (in InnerDrive.Geography.dll) Version: 5.2.9017.0
C#
Copy
public
static
bool
operator
<
(
Longitude
left
,
Longitude
right
)
Parameters
left
Longitude
The value to compare with
right
.
right
Longitude
The value to compare with
left
.
Return Value
Boolean
if
left
is less than
right
; otherwise,
.
Implements
IComparisonOperators
TSelf, TOther, TResult
LessThan(TSelf, TOther)
See Also
Reference
Longitude Structure
LessThan Overload
InnerDrive.Geography Namespace
CompareTo(Longitude)
In This Article
Definition
Parameters
Return Value
Implements
See Also