equals

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

Checks if this MediationRequest object is equal to another object.

Two MediationRequest objects are considered equal if their properties match.

Return

true if this MediationRequest object is equal to the other object, false otherwise.

Parameters

other

The object to compare equality with.