infix
operator
== {
associativity
none
precedence
130
}
Declarations
Declaration
func
==(
lhs
:
COpaquePointer
,
rhs
:
COpaquePointer
) -
>
Bool
Declaration
func
==(
lhs
:
FloatingPointClassification
,
rhs
:
FloatingPointClassification
) -
>
Bool
Declaration
func
==(
lhs
:
String.Index
,
rhs
:
String.Index
) -
>
Bool
Declaration
func
==(
lhs
:
String.UTF8View.Index
,
rhs
:
String.UTF8View.Index
) -
>
Bool
Declaration
func
==(
lhs
:
String.UTF16View.Index
,
rhs
:
String.UTF16View.Index
) -
>
Bool
Declaration
func
==(
lhs
:
String.UnicodeScalarView.Index
,
rhs
:
String.UnicodeScalarView.Index
) -
>
Bool
Declaration
func
==(
lhs
:
UnicodeScalar
,
rhs
:
UnicodeScalar
) -
>
Bool
Declaration
func
==(
x
:
ObjectIdentifier
,
y
:
ObjectIdentifier
) -
>
Bool
Declaration
func
==
<
Base
:
CollectionType
>
(
lhs
:
FilterCollectionViewIndex
<
Base
>
,
rhs
:
FilterCollectionViewIndex
<
Base
>
) -
>
Bool
Declaration
func
==
<
I
>
(
lhs
:
_ConcatenateBidirectionalIndex
<
I
>
,
rhs
:
_ConcatenateBidirectionalIndex
<
I
>
) -
>
Bool
Declaration
func
==
<
I
>
(
lhs
:
_ConcatenateForwardIndex
<
I
>
,
rhs
:
_ConcatenateForwardIndex
<
I
>
) -
>
Bool
Declaration
func
==
<
I
>
(
lhs
:
ReverseBidirectionalIndex
<
I
>
,
rhs
:
ReverseBidirectionalIndex
<
I
>
) -
>
Bool
Declaration
func
==
<
I
>
(
lhs
:
ReverseRandomAccessIndex
<
I
>
,
rhs
:
ReverseRandomAccessIndex
<
I
>
) -
>
Bool
Declaration
func
==
<
Key
:
Hashable
,
Value
>
(
lhs
:
DictionaryIndex
<
Key
,
Value
>
,
rhs
:
DictionaryIndex
<
Key
,
Value
>
) -
>
Bool
Declaration
func
==
<
T
:
_RawOptionSetType
>
(
a
:
T
,
b
:
T
) -
>
Bool
Declaration
func
==
<
T
:
_Strideable
>
(
x
:
T
,
y
:
T
) -
>
Bool
Two ClosedInterval
s are equal if their start
and end
are
equal
Declaration
func
==
<
T
:
Comparable
>
(
lhs
:
ClosedInterval
<
T
>
,
rhs
:
ClosedInterval
<
T
>
) -
>
Bool
Two HalfOpenInterval
s are equal if their start
and end
are
equal
Declaration
func
==
<
T
:
Comparable
>
(
lhs
:
HalfOpenInterval
<
T
>
,
rhs
:
HalfOpenInterval
<
T
>
) -
>
Bool
Returns true if these arrays contain the same elements.
Declaration
func
==
<
T
:
Equatable
>
(
lhs
:
ArraySlice
<
T
>
,
rhs
:
ArraySlice
<
T
>
) -
>
Bool
Returns true if these arrays contain the same elements.
Declaration
func
==
<
T
:
Equatable
>
(
lhs
:
ContiguousArray
<
T
>
,
rhs
:
ContiguousArray
<
T
>
) -
>
Bool
Declaration
func
==
<
T
>
(
lhs
:
_OptionalNilComparisonType
,
rhs
:
T
?) -
>
Bool
Declaration
func
==
<
T
>
(
lhs
:
AutoreleasingUnsafeMutablePointer
<
T
>
,
rhs
:
AutoreleasingUnsafeMutablePointer
<
T
>
) -
>
Bool
Declaration
func
==
<
T
>
(
lhs
:
CFunctionPointer
<
T
>
,
rhs
:
CFunctionPointer
<
T
>
) -
>
Bool
Declaration
func
==
<
T
>
(
lhs
:
T
?,
rhs
:
_OptionalNilComparisonType
) -
>
Bool
Declaration
func
==
<
T
>
(
lhs
:
UnsafeMutablePointer
<
T
>
,
rhs
:
UnsafeMutablePointer
<
T
>
) -
>
Bool
Declaration
func
==
<
T
>
(
lhs
:
UnsafePointer
<
T
>
,
rhs
:
UnsafePointer
<
T
>
) -
>
Bool
Declaration
func
==
<
Value
,
Element
>
(
lhs
:
ManagedBufferPointer
<
Value
,
Element
>
,
rhs
:
ManagedBufferPointer
<
Value
,
Element
>
) -
>
Bool
Declaration
func
==(
lhs
:
Bit
,
rhs
:
Bit
) -
>
Bool