Click or drag to resize
CoordinateEquals Method
Returns true if the other object represents the same coordinate as this one. Two coordinates are equal if their Latitude, Longitude, Altitude and GroundSpeed are equal - the other properties are not considered.

Namespace: VirtualRadar.Interface
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public override bool Equals(
	Object obj
)

Parameters

obj
Type: SystemObject

Return Value

Type: Boolean
See Also