Spread Windows Forms 10.0 Product Documentation
Equality Operator (CellPadding)


The first CellPadding object.
The second CellPadding object.
Implements the operator ==.
Syntax
'Declaration
 
Public Operator =( _
   ByVal a As CellPadding, _
   ByVal b As CellPadding _
) As Boolean
'Usage
 
public bool operator ==( 
   CellPadding a,
   CellPadding b
)

Parameters

a
The first CellPadding object.
b
The second CellPadding object.

Return Value

The result of the operator.
Requirements

Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows Server 2012 R2, Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8, Windows 8.1, Windows 10

See Also

Reference

CellPadding Class
CellPadding Members

 

 


Copyright © GrapeCity, inc. All rights reserved.