Inner Drive Extensible Architecture
C#
Show/Hide TOC
Latitude
Inequality(Latitude, Latitude) Operator
Compares two values to determine inequality.
Definition
Namespace:
InnerDrive.Geography
Assembly:
InnerDrive.Geography (in InnerDrive.Geography.dll) Version: 5.2.9017.0
C#
Copy
public
static
bool
operator
!=
(
Latitude
left
,
Latitude
right
)
Parameters
left
Latitude
The value to compare with
right
.
right
Latitude
The value to compare with
left
.
Return Value
Boolean
if
left
is not equal to
right
; otherwise,
.
Implements
IEqualityOperators
TSelf, TOther, TResult
Inequality(TSelf, TOther)
See Also
Reference
Latitude Structure
Inequality Overload
InnerDrive.Geography Namespace
In This Article
Definition
Parameters
Return Value
Implements
See Also