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