Tests whether the current Point has the same coordinates as the second point.
Syntax
Visual Basic (Declaration) | |
---|
Public Function Compare( _
ByVal other As Point _
) As Boolean |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As Point
Dim other As Point
Dim value As Boolean
value = instance.Compare(other) |
Parameters
- other
- The Point to compare with the current Point.
Return Value
True if all coordinates are the same values, false otherwise.
Remarks
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also