static func != (DateInterval, DateInterval) -> Bool
Returns a Boolean value indicating whether two values are not equal.
2つの値が等しくないかどうかを指し示すブール値を返します。
static func < (DateInterval, DateInterval) -> Bool
Indicates whether one date interval is strictly less than another.
一方の日付間隔が他方より厳密に少ないかどうかを指し示します。
static func == (DateInterval, DateInterval) -> Bool
Indicates whether two date intervals are the same.
2つの日付間隔が同じかどうかを指し示します。
static func > (DateInterval, DateInterval) -> Bool
Returns a Boolean value indicating whether the value of the first argument is greater than that of the second argument.
最初の引数の値が2番目の引数のそれより大きいかどうかを指し示すブール値を返します。
static func >= (DateInterval, DateInterval) -> 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番目の引数のそれより大きいまたは等しいかどうかを指し示すブール値を返します。