static func == (AttributedString, AttributedString) -> Bool
Returns a Boolean value that indicates whether two attributed strings are equal.
あるブール値を返します、それは2つの属性付き文字列が等しいかどうかを指し示します。
static func == <RHS>(AttributedString, RHS) -> Bool
Returns a Boolean value that indicates whether an attributed string and another attributed string or substring are equal.
あるブール値を返します、それはある属性付き文字列と別の属性付き文字列または下位文字列が等しいかどうかを指し示します。