==(_:_:)
public func ==<Element: Equatable>(lhs: Unifiable<Element>, rhs: Unifiable<Element>) -> Bool
True if lhs and rhs are the same value or if they are bound together.
-
Undocumented
Declaration
Swift
public func ==<Element: Equatable>(lhs: Unifiable<Element>, rhs: Unifiable<Element>) -> Bool
View on GitHub
==(_:_:) Function Reference