Instance Method インスタンスメソッド

isEqual(to:)

Returns a Boolean value that indicates whether the attributed string is equal to another attributed string. 属性付文字列が別の与えられた属性付文字列と等しいかどうかを指し示すブール値を返します。

Declaration 宣言

func isEqual(to other: NSAttributedString) -> Bool

Parameters パラメータ

otherString

The attributed string with which to compare the receiver. レシーバと比較する属性付文字列。

Return Value 戻り値

true if the receiver is equal to otherString, otherwise false. true、もしレシーバがotherStringと等しいならば、そうでなければfalse

Discussion 議論

Attributed strings must match in both characters and attributes to be equal. 属性付文字列は、文字と属性の両方において合致することで等しいとされなければなりません。