Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Compares two System.Drawing.Point objects. The result specifies whether the values of the System.Drawing.Point.X and System.Drawing.Point.Y' properties of the two System.Drawing.Point objects are equal.
Namespace: Microsoft.VisualStudio.TestTools.UITest.Input
Assembly: Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)
Syntax
'Declaration
Public Shared Operator = ( _
left As Point, _
right As Point _
) As Boolean
public static bool operator ==(
Point left,
Point right
)
public:
static bool operator ==(
Point left,
Point right
)
static let inline(=)
left:Point *
right:Point : bool
JScript does not support overloaded operators.
Parameters
Return Value
Type: Boolean
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.