LatitudeEquals(Latitude) Method

Indicates whether the current object is equal to another object of the same type.

Definition

Namespace: InnerDrive.Geography
Assembly: InnerDrive.Geography (in InnerDrive.Geography.dll) Version: 5.2.9017.0
C#
public bool Equals(
	Latitude other
)

Parameters

other  Latitude
An object to compare with this object.

Return Value

Boolean
if the current object is equal to the other parameter; otherwise, .

Implements

IEquatableTEquals(T)

See Also