Tests whether two ReportSize values are equal.

Namespace:  C1.C1Rdl
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public static bool operator ==(
	ReportSize s1,
	ReportSize s2
)
Visual Basic
Public Shared Operator = ( _
	s1 As ReportSize, _
	s2 As ReportSize _
) As Boolean

Parameters

s1
Type: C1.C1Rdl..::..ReportSize
The first size.
s2
Type: C1.C1Rdl..::..ReportSize
The second size.

Return Value

true if the two sizes are equal, false otherwise.

See Also