Operator 演算子

==(_:_:)

Returns a Boolean value that indicates whether two dates represent the same point in time. あるブール値を返します、それは2つの日付が同じ時点を表すかどうかを指し示します。

Declaration 宣言

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

Parameters パラメータ

lhs

A value to compare. 比較する値。

rhs

Another value to compare. もう一方の比較する値。

Return Value 戻り値

true if the values represent the same point in time; false otherwise. trueをもし値それらが同じ時点を表すならば;そうでなければfalse

Relationships 関係

From Protocol 由来プロトコル

See Also 参照

Comparing Dates 日付を比較する