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
)
Public Function Equals (
other As Rectangle
) As Boolean
abstract Equals :
other : Rectangle -> bool
override Equals :
other : Rectangle -> bool
Parameters
- other
- Type: Eto.DrawingRectangle
Other rectangle to compare with
Return Value
Type:
BooleanTrue if the
other rectangle is equal to this instance, false otherwise
Implements
IEquatableTEquals(T)See Also