Spread for ASP.NET 8.0 Product Documentation
Inequality Operator (PaddingF)


Padding to test
Padding to test
Tests whether two specified Padding objects are not equivalent.
Syntax
'Declaration
 
Public Operator <>( _
   ByVal p1 As PaddingF, _
   ByVal p2 As PaddingF _
) As Boolean
'Usage
 
public bool operator !=( 
   PaddingF p1,
   PaddingF p2
)

Parameters

p1
Padding to test
p2
Padding to test

Return Value

true if two Padding objects are different; otherwise, false.
Requirements

Target Platforms: Windows 7, Windows 8, Windows Vista, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

PaddingF Structure
PaddingF Members

 

 


Copyright © GrapeCity, inc. All rights reserved.