Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

Point::Equals Method (Object^)

 

Specifies whether this Point contains the same coordinates as the specified Object.

Namespace:   System.Drawing
Assembly:  System.Drawing (in System.Drawing.dll)

public:
virtual bool Equals(
	Object^ obj
) override

Parameters

obj
Type: System::Object^

The Object to test.

Return Value

Type: System::Boolean

true if obj is a Point and has the same coordinates as this Point.

.NET Framework
Available since 1.1
Return to top
Show:
© 2017 Microsoft