Click or drag to resize

RectangleInequality Operator

Determines whether first and second Rectangles are not equal.

Namespace: SautinSoft.Document.Drawing
Assembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.4.24
Syntax
public static bool operator !=(
	Rectangle first,
	Rectangle second
)

Parameters

first  Rectangle
The first rectangle.
second  Rectangle
The second rectangle.

Return Value

Boolean
if first and second rectangles are not equal; otherwise, .
See Also