==(_:_:)

    Determines whether a shared secret is equivalent to a collection of contiguous bytes.

    DH.swift:168
    static func == <D>(lhs: `Self`, rhs: D) -> Bool where D : DataProtocol

    Parameters

    lhs

    The shared secret to compare.

    rhs

    A collection of contiguous bytes to compare.

    Returns

    A Boolean value that’s true if the shared secret and the collection of binary data are equivalent.

    Other members in extension

    Type members

    Instance members