Click or drag to resize
Accord.NET (logo)

Vector3Equality Operator

Tests whether two specified vectors are equal.

Namespace:  Accord.Math
Assembly:  Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax
public static bool operator ==(
	Vector3 vector1,
	Vector3 vector2
)
Request Example View Source

Parameters

vector1
Type: Accord.MathVector3
The left-hand vector.
vector2
Type: Accord.MathVector3
The right-hand vector.

Return Value

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