ActiveReports 8
Equality Operator
See Also 
GrapeCity.ActiveReports.Chart.v8 Assembly > GrapeCity.ActiveReports.Chart Namespace > Padding Structure : Equality Operator

p1
The first Padding object to compare.
p2
The second Padding object to compare.

Glossary Item Box

Tests whether two Padding objects are equivalent.

Syntax

Visual Basic (Declaration) 
Public Operator =( _
   ByVal p1 As Padding, _
   ByVal p2 As Padding _
) As System.Boolean
C# 
public System.bool operator ==( 
   Padding p1,
   Padding p2
)

Parameters

p1
The first Padding object to compare.
p2
The second Padding object to compare.

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