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.InterfaceAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic override bool Equals(
	Object obj
)
Public Overrides Function Equals ( 
	obj As Object
) As Boolean
public:
virtual bool Equals(
	Object^ obj
) override
abstract Equals : 
        obj : Object -> bool 
override Equals : 
        obj : Object -> bool Parameters
- obj
 - Type: SystemObject
 
Return Value
Type: 
Boolean
See Also