Operator 演算子

<(_:_:)

Returns a Boolean value that indicates whether the value of the first argument is less than that of the second argument. あるブール値を返します、それは最初の引数の値が2番目の引数のそれより少ないかどうかを指し示します。

Declaration 宣言

static func < (lhs: Date, rhs: Date) -> Bool

Relationships 関係

From Protocol 由来プロトコル

See Also 参照

Comparing Dates 日付を比較する