ActiveReports 9
Equality Operator (ExpressionInfo)

The first expression to be evaluated.
The second expression to be evaluated.
Determines whether the two ExpressionInfo objects represent the same expression.
Syntax
'Declaration
 
Public Operator =( _
   ByVal expression1 As ExpressionInfo, _
   ByVal expression2 As ExpressionInfo _
) As System.Boolean
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

Reference

ExpressionInfo Class
ExpressionInfo Members

 

 


Copyright © 2014 GrapeCity, inc. All rights reserved

Support Forum