[]
        
(Showing Draft Content)

GrapeCity.Documents.DX.Matrix3x2.op_Equality

operator == Operator

operator ==(in Matrix3x2, in Matrix3x2)

Tests for equality between two objects.

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

The first value to compare.

Matrix3x2 right

The second value to compare.

Returns
Type Description
bool