[]
        
(Showing Draft Content)

C1.Util.DX.Vector4.op_Equality

operator == Operator

operator ==(Vector4, Vector4)

Tests for equality between two objects.

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

The first value to compare.

Vector4 right

The second value to compare.

Returns
Type Description
bool