infix operator !== { associativity none precedence 130 } Declarations func !==(_: AnyObject?, rhs: AnyObject?) Declaration func !==(lhs: AnyObject?, rhs: AnyObject?) -> Bool func !== <L : AnyCollectionType, R : AnyCollectionType>(_: L, rhs: R) Returns false iff lhs and rhs store the same underlying collection. Declaration func !==<L : AnyCollectionType, R : AnyCollectionType>(lhs: L, rhs: R) -> Bool