Operator 演算子

==(_:_:)

Returns a Boolean value that indicates whether two attributed substrings are equal. あるブール値を返します、それは2つの属性付き下位文字列が等しいかどうかを指し示します。

Declaration 宣言

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

Parameters パラメータ

lhs

A value to compare. 比較する値。

rhs

Another value to compare. もう一方の比較する値。

Return Value 戻り値

true if the values are equal; otherwise, false. true、もし値が等しいならば;そうでなければ、false

Relationships 関係

From Protocol 由来プロトコル

See Also 参照

Comparing Attributed Substrings 属性付き下位文字列を比較する