Click or drag to resize

RectangleEquals Method (Rectangle)

Compares this rectangle with the specified other rectangle

Namespace:  Eto.Drawing
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public bool Equals(
	Rectangle other
)

Parameters

other
Type: Eto.DrawingRectangle
Other rectangle to compare with

Return Value

Type: Boolean
True if the other rectangle is equal to this instance, false otherwise

Implements

IEquatableTEquals(T)
See Also