A value to compare. 比較する値。
Operator
演算子
>(_:
>(_:_:)
Returns a Boolean value indicating whether the value of the first argument is greater than that of the second argument.
最初の引数の値が2番目の引数のそれより大きいかどうかを指し示すブール値を返します。
Availability
- iOS 13.0+
- iPadOS 13.0+
- macOS 10.15+
- Mac Catalyst 15.0+
- tvOS 13.0+
- watchOS 6.0+
- Xcode 13.0+
Technology
- Swift Standard Library Swift標準ライブラリ
Declaration 宣言
static func > (lhs: TaskPriority
, rhs: TaskPriority
) -> Bool
Parameters パラメータ
lhs
rhs
Another value to compare. もう一方の比較する値。
Discussion 解説
Note 注意
This documentation comment was inherited from Comparable
.
この文書化コメントは、Comparable
から引き継がれました。