Click or drag to resize

RectangleEquality Operator

Determines whether first and second Rectangles are 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 equal; otherwise, .
See Also