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