Tests the two Vector3 vectors equality.

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

Syntax

C#
public static bool Vector3Equals(
	Vector3 a,
	Vector3 b
)

Parameters

a
Type: Vector3
The Vector3 vector a.
b
Type: Vector3
The Vector3 vector b.

Return Value

Returns trueTruetruetrue (True in Visual Basic) if the vectors are equal.

See Also