EXTENSION
FormField
public extension FormField where Self: Equatable
Methods
isEqualTo(_:)
func isEqualTo(_ other: any FormField) -> Bool
Returns a Bool value that indicates whether the receiver and a given object are equal.
- Parameter other: The 
FormFieldobject to compare with. - Returns: 
trueif the receiver and the given object are equal, otherwisefalse. 
Parameters
| Name | Description | 
|---|---|
| other | The FormField object to compare with. |