Tests to see if the two points represent the same logical location. Doesn't actually test for object identity equality.
[Visual Basic] Overrides Public Function Equals( _ ByVal obj As Object _ ) As Boolean [C#] public override bool Equals( object obj ); [C++] public: override bool Equals( Object* obj ); [JScript] public override function Equals( obj : Object ) : Boolean;
boolean indicating true if they are the same, false otherwise.