Please turn on JavaScript in your browser and refresh the page to view its content.
Availability 有効性
Technology
On This Page この項には
static func == (a: Text, b: Text) -> Bool
Text
Bool
A Boolean value that’s set to true if the two text views are equal.
true
a
The first text view to compare. 比較する第一のテキスト。
b
The second text view to compare. 比較する第二のテキスト。
static func != (Self, Self) -> Bool