Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Imaging Namespace / ColorMatrix5x4 Class / Equality Operator
The first value to compare.
The second value to compare.

In This Topic
    Equality Operator (ColorMatrix5x4)
    In This Topic
    Tests for equality between two objects.
    Syntax
    'Declaration
     
    Public Operator =( _
       ByVal left As ColorMatrix5x4, _
       ByVal right As ColorMatrix5x4 _
    ) As System.Boolean
    public System.bool operator ==( 
       ColorMatrix5x4 left,
       ColorMatrix5x4 right
    )

    Parameters

    left
    The first value to compare.
    right
    The second value to compare.

    Return Value

    true if left has the same value as right; otherwise, false.
    See Also