Click or drag to resize
Vector2IEquals Method (Vector2I)
Determines whether the specified Vector2I is equal to the current Vector2I.

Namespace: Slash.Math.Algebra.Vectors
Assembly: Slash.Math (in Slash.Math.dll) Version: 1.0.6018.40177
Syntax
public bool Equals(
	Vector2I other
)

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