equals

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

Compares the specified object other with this hash map for equality. The two objects are considered equal if other:

  • Is a ScatterMap

  • Has the same size as this map

  • Contains key/value pairs equal to this map's pair