equals

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

Compares this search result to another object for equality.

Two search results are considered equal if they have the same page index and range.

Return

true if the objects are equal, false otherwise.

Parameters

other

The object to compare with this search result.