equals

open fun equals(o: Any): Boolean

Compares this form element to the specified object. The result is true if and only if the argument is a FormElement with the same widget annotation and form field.

Return

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

Parameters

o

The object to compare this form element against.