[]
        
(Showing Draft Content)

GrapeCity.Documents.Imaging.ColorMatrix5x4.op_Inequality

operator != Operator

operator !=(ColorMatrix5x4, ColorMatrix5x4)

Tests for inequality between two objects.

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

The first value to compare.

ColorMatrix5x4 right

The second value to compare.

Returns
Type Description
bool

true if left has a different value than right; otherwise, false.