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

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

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