equals

open fun equals(o: Any): Boolean

Compares this form field to the specified object. The result is true if and only if the argument is a FormField with the same fully qualified name and provider index.

Return

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

Parameters

o

The object to compare this form field against.