Vector2.Equals Method (Vector2)

Determines whether the specified Object is equal to the Vector2.

Syntax

'Declaration
Public Function Equals ( _
         other As Vector2 _
) As Boolean 
public bool Equals (
         Vector2 other
)
public:
bool Equals(
         Vector2 other
)

Parameters

Return Value

Type: Boolean
true if the specified Object is equal to the current Vector2; false otherwise.

Requirements

Namespace: Microsoft.Xna.Framework

Assembly: Microsoft.Xna.Framework (in microsoft.xna.framework.dll)

See Also

Reference

Vector2 Structure
Vector2 Members
Microsoft.Xna.Framework Namespace

Platforms

Windows Phone