Functions

The following functions are available globally.

  • Equality operator for the KnxGroupAddress class.

    Declaration

    Swift

    public func == (lhs: KnxGroupAddress,
                    rhs: KnxGroupAddress) -> Bool

    Parameters

    lhs

    The left-hand-side of the comparision.

    rhs

    The right-hand-side of the comparision.

    Return Value

    True if the objects are equal, otherwise false.