ActiveReports Developer 7
Inequality Operator
See Also 
GrapeCity.ActiveReports.Document.v7 Assembly > GrapeCity.ActiveReports Namespace > PaddingEx Structure : Inequality Operator

p1
The first PaddingEx object to compare.
p2
The second PaddingEx object to compare.

Glossary Item Box

Tests whether two PaddingEx objects are not equivalent.

Syntax

Visual Basic (Declaration) 
Public Operator <>( _
   ByVal p1 As PaddingEx, _
   ByVal p2 As PaddingEx _
) As System.Boolean
C# 
public System.bool operator !=( 
   PaddingEx p1,
   PaddingEx p2
)

Parameters

p1
The first PaddingEx object to compare.
p2
The second PaddingEx object to compare.

See Also