static func == (AttributedString, AttributedString) -> Bool
Returns a Boolean value that indicates whether two attributed strings are equal.
あるブール値を返します、それは2つの属性付き文字列が等しいかどうかを指し示します。
static func != (AttributedString, AttributedString) -> Bool
Returns a Boolean value that indicates whether two attributed strings are unequal.
あるブール値を返します、それは2つの属性付き文字列が等しくないかどうかを指し示します。