Spread for ASP.NET 7.0 Product Documentation
Equality Operator
See Also  Support Options
FarPoint.Web.Chart Assembly > FarPoint.Web.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 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

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