ActiveReports 8
Equality Operator
See Also 
GrapeCity.ActiveReports.Document.v8 Assembly > GrapeCity.ActiveReports Namespace > PaddingEx Structure : Equality Operator

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

Glossary Item Box

Tests whether two PaddingEx objects are equivalent.

Syntax

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

Parameters

p1
The first PaddingEx object to compare.
p2
The second PaddingEx 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