Click or drag to resize

RectangleEquals(Rectangle) Method

Determines whether the other Rectangle is equal to this Rectangle instance.

Namespace: SautinSoft.Document.Drawing
Assembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.4.24
Syntax
public bool Equals(
	Rectangle other
)

Parameters

other  Rectangle
The other rectangle to compare with this rectangle instance.

Return Value

Boolean
if the other Rectangle is equal to this Rectangle instance; otherwise, .

Implements

IEquatableTEquals(T)
See Also