Rectangle::Inequality Operator (Rectangle, Rectangle)

 

Tests whether two Rectangle structures differ in location or size.

Namespace:   System.Drawing
Assembly:  System.Drawing (in System.Drawing.dll)

public:
static bool operator !=(
	Rectangle left,
	Rectangle right
)

Parameters

left
Type: System.Drawing::Rectangle

The Rectangle structure that is to the left of the inequality operator.

right
Type: System.Drawing::Rectangle

The Rectangle structure that is to the right of the inequality operator.

Return Value

Type: System::Boolean

This operator returns true if any of the X, Y, Width or Height properties of the two Rectangle structures are unequal; otherwise false.

.NET Framework
Available since 1.1
Return to top
Show: