[]
        
(Showing Draft Content)

C1.Util.DX.Vector3.op_Equality

operator == Operator

operator ==(Vector3, Vector3)

Tests for equality between two objects.

Declaration
public static bool operator ==(Vector3 left, Vector3 right)
Parameters
Type Name Description
Vector3 left

The first value to compare.

Vector3 right

The second value to compare.

Returns
Type Description
bool