A value to compare. 比較する値。
Operator
演算子
==(_:
==(_:_:)
Returns a Boolean value that indicates whether two attributed strings are equal.
あるブール値を返します、それは2つの属性付き文字列が等しいかどうかを指し示します。
Availability 有効性
- iOS 15.0+
- iPadOS 15.0+
- macOS 12.0+
- Mac Catalyst 15.0+
- tvOS 15.0+
- watchOS 8.0+
- Xcode 13.0+
Technology
- Foundation ファウンデーション
Declaration 宣言
static func == (lhs: AttributedString
, rhs: AttributedString
) -> Bool
Parameters パラメータ
lhs
rhs
Another value to compare. もう一方の比較する値。
Return Value 戻り値
true
if the values are equal; otherwise, false
.
true
、もし値が等しいならば;そうでなければ、false
。
Relationships 関係
From Protocol 由来プロトコル
See Also 参照
Comparing Attributed Strings 属性付文字列を比較する
static func == <RHS>(AttributedString, RHS) -> Bool
Returns a Boolean value that indicates whether an attributed string and another attributed string or substring are equal.
あるブール値を返します、それはある属性付き文字列と別の属性付き文字列または下位文字列が等しいかどうかを指し示します。
static func != (AttributedString, AttributedString) -> Bool
Returns a Boolean value that indicates whether two attributed strings are unequal.
あるブール値を返します、それは2つの属性付き文字列が等しくないかどうかを指し示します。