Spread Windows Forms 6.0 Product Documentation
Equality Operator
See Also  Support Options
FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > CellPadding Class : Equality Operator

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

Glossary Item Box

Implements the operator ==.

Syntax

Visual Basic (Declaration) 
Public Operator =( _
   ByVal a As CellPadding, _
   ByVal b As CellPadding _
) As Boolean
Visual Basic (Usage)Copy Code
C# 
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 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

© 2002-2012 ComponentOne, a division of GrapeCity. All Rights Reserved.