ActiveReports 12
Inequality Operator (ColorEx)

GrapeCity.ActiveReports.Extensibility.v12 Assembly > GrapeCity.ActiveReports.Extensibility.Drawing Namespace > ColorEx Structure : Inequality Operator
Left operand
Right operand
Implements the operator !=.
Syntax
'Declaration
 
Public Operator <>( _
   ByVal x As ColorEx, _
   ByVal y As ColorEx _
) As Boolean
public bool operator !=( 
   ColorEx x,
   ColorEx y
)

Parameters

x
Left operand
y
Right operand
See Also

Reference

ColorEx Structure
ColorEx Members