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