Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Drawing Namespace / HslColor Structure / Inequality Operator

In This Topic
    Inequality Operator (HslColor)
    In This Topic
    Tests whether two specified HslColor structures are different.
    Syntax
    'Declaration
     
    Public Operator <>( _
       ByVal left As HslColor, _
       ByVal right As HslColor _
    ) As System.Boolean
    public System.bool operator !=( 
       HslColor left,
       HslColor right
    )

    Parameters

    left
    right
    See Also