Generic Operator

==(_:_:)

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

Declaration 宣言

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

Parameters パラメータ

lhs

An attributed string to compare. 比較するある属性付き文字列。

rhs

An attributed string or substring to compare. 比較するある属性付き文字列または下位文字列。

Return Value 戻り値

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

See Also 参照

Comparing Attributed Strings 属性付文字列を比較する