equals

open operator override fun equals(other: Any?): Boolean

Compares this VisibleRegion to another object. If the other object is actually a pointer to this object, or if all four corners and the bounds of the two objects are the same, this method returns true. Otherwise, this method returns false.

Return

true if both objects are the same object.

Parameters

other

The Object to compare with.