Click or drag to resize
Accord.NET (logo)

Vector3Equals Method (Vector3)

Tests whether the vector equals to the specified one.

Namespace:  Accord.Math
Assembly:  Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax
public bool Equals(
	Vector3 vector
)
Request Example View Source

Parameters

vector
Type: Accord.MathVector3
The vector to test equality with.

Return Value

Type: Boolean
Returns if the two vectors are equal or otherwise.
See Also