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