Compares two rectangles.

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

Syntax

C#
public static bool operator !=(
	Rectangle a,
	Rectangle b
)
Visual Basic (Declaration)
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 different.

See Also