Spread Windows Forms 6.0 Product Documentation
Equality Operator
See Also  Support Options
FarPoint.Win.Chart Assembly > FarPoint.Win.Chart Namespace > PaddingF Structure : Equality Operator

p1
Padding to test
p2
Padding to test

Glossary Item Box

Test whether two specified Padding objects are equivalent.

Syntax

Visual Basic (Declaration) 
Public Operator =( _
   ByVal p1 As PaddingF, _
   ByVal p2 As PaddingF _
) As Boolean
Visual Basic (Usage)Copy Code
C# 
public bool operator ==( 
   PaddingF p1,
   PaddingF p2
)

Parameters

p1
Padding to test
p2
Padding to test

Return Value

true if the two Padding objects are equal; otherwise, false.

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.