ActiveReports 12
Equality Operator (PaddingEx)

GrapeCity.ActiveReports.Document.v12 Assembly > GrapeCity.ActiveReports Namespace > PaddingEx Structure : Equality Operator
The first PaddingEx object to compare.
The second PaddingEx object to compare.
Tests whether two PaddingEx objects are equivalent.
Syntax
'Declaration
 
Public Operator =( _
   ByVal p1 As PaddingEx, _
   ByVal p2 As PaddingEx _
) As Boolean
public bool operator ==( 
   PaddingEx p1,
   PaddingEx p2
)

Parameters

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

Return Value

The result of the operator.
See Also

Reference

PaddingEx Structure
PaddingEx Members