Functions

The following functions are available globally.

  • True if lhs and rhs are the same value or if they are bound together.

    See more

    Declaration

    Swift

    public func ==<Element: Equatable>(lhs: Unifiable<Element>, rhs: Unifiable<Element>) -> Bool