The attributed string with which to compare the receiver. レシーバと比較する属性付文字列。
Instance Method
インスタンスメソッド
is
isEqual(to:)
Returns a Boolean value that indicates whether the attributed string is equal to another attributed string.
属性付文字列が別の与えられた属性付文字列と等しいかどうかを指し示すブール値を返します。
Availability 有効性
- iOS 3.2+
- iPadOS 3.2+
- macOS 10.0+
- Mac Catalyst 13.0+
- tvOS 9.0+
- watchOS 2.0+
Technology
- Foundation ファウンデーション
Declaration 宣言
func isEqual(to other: NSAttributedString
) -> Bool
Parameters パラメータ
otherString
Return Value 戻り値
true
if the receiver is equal to other
, otherwise false
.
true
、もしレシーバがother
と等しいならば、そうでなければfalse
。
Discussion 議論
Attributed strings must match in both characters and attributes to be equal. 属性付文字列は、文字と属性の両方において合致することで等しいとされなければなりません。