ActiveReports 8
Inequality Operator
See Also 
GrapeCity.ActiveReports.Viewer.Win.v8 Assembly > GrapeCity.Viewer.Common Namespace > Color Structure : Inequality Operator

color1
The color1.
color2
The color2.

Glossary Item Box

Implements the operator !=.

Syntax

Visual Basic (Declaration) 
Public Operator <>( _
   ByVal color1 As Color, _
   ByVal color2 As Color _
) As System.Boolean
C# 
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