ActiveReports 9
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.
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

Padding Structure
Padding Members

 

 


Copyright © 2014 GrapeCity, inc. All rights reserved

Support Forum