static func == (Text, Text) -> Bool
Indicates whether two text views are equal.
2つのテキストビューが等しいかどうかを指し示します。
Availability 有効性
Technology
static func != (lhs: Self, rhs: Self) -> Bool
A Boolean value that’s set to true
if the two text views are unequal.
lhs
The first text view to compare. 比較する第一のテキスト。
rhs
The second text view to compare. 比較する第二のテキスト。
static func == (Text, Text) -> Bool