Click or drag to resize

RectangleFInequality Operator

Compares two rectangles for inequality

Namespace:  Eto.Drawing
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public static bool operator !=(
	RectangleF rect1,
	RectangleF rect2
)

Parameters

rect1
Type: Eto.DrawingRectangleF
First rectangle to compare
rect2
Type: Eto.DrawingRectangleF
Second rectangle to compare

Return Value

Type: Boolean
True if the two rectangles are not equal, false otherwise
See Also