Instance Property
インスタンスプロパティ
hash
hashValue
The computed hash value of the run loop scheduler time.
Availability 有効性
- iOS 7.0+
- iPadOS 7.0+
- macOS 10.9+
- Mac Catalyst 13.0+
- tvOS 9.0+
- watchOS 2.0+
- Xcode 11.0+
Technology
- Foundation ファウンデーション
Declaration 宣言
var hashValue: Int
{ get }
Relationships 関係
From Protocol 由来プロトコル
See Also 参照
Comparing Scheduler Times スケジューラ時間を比較する
static func < (RunLoop.SchedulerTimeType, RunLoop.SchedulerTimeType) -> Bool
Returns a Boolean value indicating whether the value of the first argument is less than that of the second argument.
最初の引数の値が2番目の引数のそれより少ないかどうかを指し示しているブール値を返します。
static func <= (RunLoop.SchedulerTimeType, RunLoop.SchedulerTimeType) -> Bool
Returns a Boolean value indicating whether the value of the first argument is less than or equal to that of the second argument.
最初の引数の値が2番目の引数のそれより少ないまたは等しいかどうかを指し示すブール値を返します。
static func == (RunLoop.SchedulerTimeType, RunLoop.SchedulerTimeType) -> Bool
Returns a Boolean value indicating whether two values are equal.
2つの値が等しいかどうかを指し示すブール値を返します。
static func > (RunLoop.SchedulerTimeType, RunLoop.SchedulerTimeType) -> Bool
Returns a Boolean value indicating whether the value of the first argument is greater than that of the second argument.
最初の引数の値が2番目の引数のそれより大きいかどうかを指し示すブール値を返します。
static func >= (RunLoop.SchedulerTimeType, RunLoop.SchedulerTimeType) -> Bool
Returns a Boolean value indicating whether the value of the first argument is greater than or equal to that of the second argument.
最初の引数の値が2番目の引数のそれより大きいまたは等しいかどうかを指し示すブール値を返します。
func hash(into: inout Hasher)
Hashes the essential components of the run loop schedule time by feeding them into the given hasher.