Serial port and GPS

MapPoint.equals Method 

Compares point with the given one

[Visual Basic]
Public Function equals( _
   ByVal point As MapPoint _
) As Boolean
[C#]
public bool equals(
   MapPoint point
);

Parameters

point
the point to compare

Return Value

true, if both points exactly equal, false else

See Also

MapPoint Class | serial Namespace