equals

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

Compares this Seed object to the specified other object for equality.

Two Seed objects are considered equal if they have the same value property.

Return

true if the objects are equal, false otherwise.

Parameters

other

The object to compare for equality.