==(_:_:)
public func ==<Atom: Hashable>(lhs: Functor<Atom>, rhs: Functor<Atom>) -> Bool
Returns true
if lhs
has the same name and arity as rhs
.
-
Undocumented
Declaration
Swift
public func ==<Atom: Hashable>(lhs: Functor<Atom>, rhs: Functor<Atom>) -> Bool