equals

open fun equals(@Nullable o: Any): Boolean

Compares this page rect to another object for equality. Two PageRect objects are equal if their page coordinates are equal.

Return

true if the object is a PageRect with equal page coordinates.

Parameters

o

The object to compare with.