ActiveReports 8
Inequality Operator (Padding)

The first Padding object to compare.
The second Padding object to compare.
Tests whether two Padding objects are not equivalent.
Syntax
'Declaration
 
Public Operator <>( _
   ByVal p1 As Padding, _
   ByVal p2 As Padding _
) As System.Boolean
public System.bool operator !=( 
   Padding p1,
   Padding p2
)

Parameters

p1
The first Padding object to compare.
p2
The second Padding object to compare.
See Also

Reference

Padding Structure
Padding Members

Support Forum