| Vector2FEquals Method (Vector2F) |
Namespace: Slash.Math.Algebra.VectorsAssembly: Slash.Math (in Slash.Math.dll) Version: 1.0.6018.40177
Syntax public bool Equals(
Vector2F other
)
Public Function Equals (
other As Vector2F
) As Boolean
public:
bool Equals(
Vector2F other
)
member Equals :
other : Vector2F -> bool
Parameters
- other
- Type: Slash.Math.Algebra.VectorsVector2F
The Vector2F to compare with the current Vector2F.
Return Value
Type:
Boolean
true if the specified
Vector2F is equal to the current
Vector2F; otherwise, false.
See Also