Tests whether the vector equals to the specified one.

Namespace:  AForge.Math
Assembly:  AForge.Math (in AForge.Math.dll) Version: 2.2.5.0 (2.2.5.0)

Syntax

C#
public bool Equals(
	Vector3 vector
)

Parameters

vector
Type: AForge.Math..::.Vector3
The vector to test equality with.

Return Value

Returns trueTruetruetrue (True in Visual Basic) if the two vectors are equal or falseFalsefalsefalse (False in Visual Basic) otherwise.

See Also