WebcomService

public protocol WebcomService : AnyObject, CustomDebugStringConvertible, Equatable

A service, i.e. a set of consistent features of a WebcomApplication instance.

Requirements

Equatable Protocol

  • ==(_:_:) Extension method

    Indicates whether two services are equal.

    Two services of the same type are equal when they correspond to the same application instance.

    Declaration

    Swift

    public static func == (left: Self, right: Self) -> Bool