Vector3.Equals Method (Vector3)
Determines whether the specified Object is equal to the Vector3.
Syntax
'Declaration
Public Function Equals ( _
other As Vector3 _
) As Boolean
public bool Equals (
Vector3 other
)
public:
bool Equals(
Vector3 other
)
Parameters
Return Value
Type: Boolean
true if the specified Vector3 is equal to the current Vector3; false otherwise.
Requirements
Namespace: Microsoft.Xna.Framework
Assembly: Microsoft.Xna.Framework (in microsoft.xna.framework.dll)
See Also
Reference
Vector3 Structure
Vector3 Members
Microsoft.Xna.Framework Namespace
Platforms
Windows Phone