ActiveReports 9
Equality Operator (Color)

The color1.
The color2.
Implements the operator ==.
Syntax
'Declaration
 
Public Operator =( _
   ByVal color1 As Color, _
   ByVal color2 As Color _
) As System.Boolean
public System.bool operator ==( 
   Color color1,
   Color color2
)

Parameters

color1
The color1.
color2
The color2.

Return Value

The result of the operator.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Color Structure
Color Members

 

 


Copyright © 2014 GrapeCity, inc. All rights reserved

Support Forum