equals
fun equals(left: BoundingRectangle? = definedExternally, right: BoundingRectangle? = definedExternally): Boolean(source)
Compares the provided BoundingRectangles componentwise and returns true if they are equal, false otherwise.
Return
true if left and right are equal, false otherwise.
Parameters
left
The first BoundingRectangle.
right
The second BoundingRectangle.