Point.op_Equality Method
Determines whether two Point instances are equal.
Syntax
'Declaration
Public Shared Function op_Equality ( _
a As Point, _
b As Point _
) As Boolean
public static bool op_Equality (
Point a,
Point b
)
public:
static bool op_Equality(
Point a,
Point b
)
Parameters
- a
Type: Point
Point on the left side of the equal sign. - b
Type: Point
Point on the right side of the equal sign.
Return Value
Type: Boolean
true if a and bare equal; false otherwise.
Requirements
Namespace: Microsoft.Xna.Framework
Assembly: Microsoft.Xna.Framework (in microsoft.xna.framework.dll)
See Also
Reference
Point Structure
Point Members
Microsoft.Xna.Framework Namespace
Platforms
Windows Phone