Tests whether two vectors have same value.

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

Syntax

C#
public static bool operator ==(
	Vector3Int a,
	Vector3Int b
)

Parameters

a
Type: SGP.Baltie..::.Vector3Int
The first vector.
b
Type: SGP.Baltie..::.Vector3Int
The second vector.

Return Value

trueTruetruetrue (True in Visual Basic) whether the value of a equals to b.

See Also