Operator: !==

  • infix operator !== {
  •                   associativity none
  •                   precedence 130
  •                   }

Declarations

func !==(_: AnyObject?, rhs: AnyObject?)

Declaration

func !== <L : AnyCollectionType, R : AnyCollectionType>(_: L, rhs: R)

Returns false iff lhs and rhs store the same underlying collection.

Declaration