ActiveReports 8
Inequality Operator
See Also 
GrapeCity.ActiveReports.Viewer.Win.v8 Assembly > GrapeCity.Viewer.Common.Model Namespace > SearchResult Class : Inequality Operator

result1
result2

Glossary Item Box

Syntax

Visual Basic (Declaration) 
Public Operator <>( _
   ByVal result1 As SearchResult, _
   ByVal result2 As SearchResult _
) As System.Boolean
C# 
public System.bool operator !=( 
   SearchResult result1,
   SearchResult result2
)

Parameters

result1
result2

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