Compares two rectangles.

Namespace: TallComponents.Interaction
Assembly: TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.43.1

Syntax

C#
public static bool operator ==(
	Rectangle a,
	Rectangle b
)
Visual Basic
Public Shared Operator = ( _
	a As Rectangle, _
	b As Rectangle _
) As Boolean

Parameters

a
Type: TallComponents.Interaction..::..Rectangle
The left-hand operand.
b
Type: TallComponents.Interaction..::..Rectangle
The right-hand operand.

Return Value

True if the two argument rectangles are the same.

See Also