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.

Parameters

Name Description
other The FormField object to compare with.