Gets whether two vectors equals.

Namespace:  SGP.Baltie
Assembly:  SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825

Syntax

C#
public override bool Equals(
	Object obj
)

Parameters

obj
Type: System..::.Object
A vector.

Return Value

trueTruetruetrue (True in Visual Basic) whether the vector equals to obj.

See Also