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

PaddingEx Structure
PaddingEx Members

 

 


Copyright © 2014 GrapeCity, inc. All rights reserved

Support Forum