equals

open fun equals(o: Any): Boolean

Compares this form option to the specified object. The result is true if and only if the argument is a FormOption with the same value and label.

Return

true if the given object represents a form option equivalent to this form option, false otherwise.

Parameters

o

The object to compare this form option against.