Instance Method インスタンスメソッド

isEqual(to:)

Indicates whether the receiver is equal to the specified date interval. レシーバがこの指定された日付間隔と等しいかどうかを指し示します。

Declaration 宣言

func isEqual(to dateInterval: DateInterval) -> Bool

Parameters パラメータ

dateInterval

The date interval with which to check the receiver for equality. この日付間隔とレシーバの同等性について調べます。

Return Value 戻り値

true if the startDate and duration of dateInterval and the receiver are equal. Otherwise, false. true、もしdateIntervalstartDatedurationがレシーバと等しいならば。そうでなければ、false

See Also 参照

Comparing Date Intervals 日付間隔を比較する