infix
operator
!== {
associativity
none
precedence
130
}
Declarations
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
Declaration
func
!==(
lhs
:
AnyObject
?,
rhs
:
AnyObject
?) -
>
Bool