Functions
The following functions are available globally.
-
Equality operator for CFStrings. Two CFString objects are equal if they represent identical sequences of characters, regardless of encoding
Declaration
Swift
public func == (lhs: CFString, rhs: CFString) -> Bool