ActiveReports 8
Inequality Operator
See Also 
GrapeCity.ActiveReports.v8 Assembly > GrapeCity.ActiveReports.Expressions Namespace > ExpressionInfo Class : Inequality Operator

expression1
The first expression to be evaluated.
expression2
The second expression to be evaluated.

Glossary Item Box

Determines whether the specified ExpressionInfo objects represent different expressions.

Syntax

Visual Basic (Declaration) 
Public Operator <>( _
   ByVal expression1 As ExpressionInfo, _
   ByVal expression2 As ExpressionInfo _
) As System.Boolean
C# 
public System.bool operator !=( 
   ExpressionInfo expression1,
   ExpressionInfo expression2
)

Parameters

expression1
The first expression to be evaluated.
expression2
The second expression to be evaluated.

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