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

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

Parameters

other
Type: Slash.Math.Algebra.VectorsVector3F
The Vector3F to compare with the current Vector3F.

Return Value

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