Operator 演算子

==(_:_:)

Returns a Boolean value indicating whether two indices wrap equal underlying indices. 2つのインデックスが等しい基礎をなすインデックスをラップするかどうかを指し示すブール値を返します。

Declaration 宣言

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

Parameters パラメータ

lhs

An index to compare. 比較するインデックス。

rhs

Another index to compare. もう一方の比較するインデックス。

Discussion 解説

The types of the two underlying indices must be identical. 2つの基礎をなすインデックスの型は同一でなければなりません。

Relationships 関係

From Protocol 由来プロトコル