RectInequality Operator

Checks for inequality between two Rects.

Definition

Namespace: Avalonia
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public static bool operator !=(
	Rect left,
	Rect right
)

Parameters

left  Rect
The first rect.
right  Rect
The second rect.

Return Value

Boolean
True if the rects are unequal; otherwise false.

See Also