| Vector2Equals(Vector2) Method | 
            Compares whether current instance is equal to specified 
Vector2.
            
 CFX (in CFX.dll) Version: 2.0.0+5bb1f71a933ed371a0f5f2d5e7db34c89b75f3ea
 Syntax
Syntaxpublic bool Equals(
	Vector2 other
)
Public Function Equals ( 
	other As Vector2
) As Boolean
Parameters
- other  Vector2
- The Vector2 to compare.
Return Value
Booleantrue if the instances are equal; 
false otherwise.
Implements
IEquatableTEquals(T) See Also
See Also