Functions
The following functions are available globally.
-
Returns whether the two collections are equal.
Declaration
Swift
public func == (lhs: DKCollection?, rhs: DKCollection?) -> BoolParameters
lhsThe left-hand side value to compare.
rhsThe right-hand side value to compare.
Return Value
trueif the two values are equal,falseotherwise. -
Undocumented
Declaration
Swift
public func == (lhs: DKDirectory?, rhs: DKDirectory?) -> Bool
View on GitHub
Install in Dash
Functions Reference