ActiveReports 8
Inequality Operator (PaddingEx)

The first PaddingEx object to compare.
The second PaddingEx object to compare.
Tests whether two PaddingEx objects are not equivalent.
Syntax
'Declaration
 
Public Operator <>( _
   ByVal p1 As PaddingEx, _
   ByVal p2 As PaddingEx _
) As System.Boolean
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

Reference

PaddingEx Structure
PaddingEx Members

Support Forum