Inner Drive Extensible Architecture
C#
Show/Hide TOC
Latitude
Inequality(Double, Latitude) Operator
Compares an instance of
Latitude
with an instance of
Double
for inequality.
Definition
Namespace:
InnerDrive.Geography
Assembly:
InnerDrive.Geography (in InnerDrive.Geography.dll) Version: 5.2.9017.0
C#
Copy
public
static
bool
operator
!=
(
double
left
,
Latitude
right
)
Parameters
left
Double
The
Double
to compare.
right
Latitude
The
Latitude
to compare.
Return Value
Boolean
true
if the
Value
member is not equal to the
Double
; otherwise,
false
.
See Also
Reference
Latitude Structure
Inequality Overload
InnerDrive.Geography Namespace
In This Article
Definition
Parameters
Return Value
See Also