Generic Operator

==(_:_:)

Returns a Boolean value that indicates whether an attributed string or substring is equal to another attributed string or substring. あるブール値を返します、それはある属性付き文字列または下位文字列が別の属性付き文字列または下位文字列に等しいかどうかを指し示します。

Declaration 宣言

static func == <RHS>(lhs: Self, rhs: RHS) -> Bool where RHS : AttributedStringProtocol

Parameters パラメータ

lhs

A value to compare. 比較する値。

rhs

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

Return Value 戻り値

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