ActionBehavior

protocol ActionBehavior : Sendable

Represents the behavior of an action.

  • Returns true if the action behaviors are equal, false otherwise.

    Declaration

    Swift

    func isEqualTo(_ other: any ActionBehavior) -> Bool