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

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

Parameters

other
Type: Slash.Math.Algebra.VectorsVector3I
The Vector3I to compare with the current Vector3I.

Return Value

Type: Boolean
true if the specified Vector3I is equal to the current Vector3I; otherwise, false.
See Also