equals

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

Compares this Result with another object for equality. Two Result objects are equal if their tags and keys are identical.

Return

true if the objects are equal, false otherwise.

Parameters

other

The object to compare with.