The attributed string with which to compare the receiver. レシーバと比較する属性付文字列。
Instance Method
インスタンスメソッド
is
isEqualToAttributedString:
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 宣言
- (BOOL)isEqualToAttributedString:(NSAttributedString
*)other;
Parameters パラメータ
otherString
Return Value 戻り値
YES
if the receiver is equal to other
, otherwise NO
.
YES
、もしレシーバがother
と等しいならば、そうでなければNO
。
Discussion 議論
Attributed strings must match in both characters and attributes to be equal. 属性付文字列は、文字と属性の両方において合致することで等しいとされなければなりません。