ActiveReports 12
Equality Operator (ColorEx)

GrapeCity.ActiveReports.Extensibility.v12 Assembly > GrapeCity.ActiveReports.Extensibility.Drawing Namespace > ColorEx Structure : Equality 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