Equals(GeoPoint, GeoPoint)
static
|
Determines whether the two specified GeoPoint objects are equal.
|
Equals(Object, Object)
static
|
Determines whether the specified object instances are considered equal.
|
Equals(Object)
|
Determines whether the specified object is equal to the current GeoPoint instance.
|
GetHashCode()
|
Gets the hash code (a number) that corresponds to the value of the current GeoPoint object.
|
GetType()
|
Gets the Type of the current instance.
|
MemberwiseClone()
protected
|
Creates a shallow copy of the current Object.
|
Normalize(GeoPoint)
static
|
Normalizes the specified geographical point’s coordinates.
|
Parse(String)
static
|
Converts the string representation of a geographical point to its GeoPoint equivalent.
|
ReferenceEquals(Object, Object)
static
|
Determines whether the specified Object instances are the same instance.
|
ToString()
|
Returns the textual representation of the GeoPoint.
|
ToString(IFormatProvider)
|
Returns the textual representation of the GeoPoint.
|