CFString

extension CFString: Hashable

Extension to CFString to make it hashable.

  • Return the hash value of a CFString

    Declaration

    Swift

    public var hashValue: Int { get }
  • Comparison of CFStrings

    Declaration

    Swift

    public static func == (lhs: CFString, rhs: CFString) -> Bool