RectangleFEquals Method (RectangleF) |
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(
RectangleF other
)
Public Function Equals (
other As RectangleF
) As Boolean
abstract Equals :
other : RectangleF -> bool
override Equals :
other : RectangleF -> bool
Parameters
- other
- Type: Eto.DrawingRectangleF
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