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

isEqual(to:)

Indicates whether the receiver has the same name and data as the specified time zone. レシーバがこの指定されたタイムゾーンと同じ名前とデータを持つかどうかを指し示します。

Declaration 宣言

func isEqual(to aTimeZone: TimeZone) -> Bool

Parameters パラメータ

aTimeZone

The time zone to compare with the receiver. レシーバと比較することになるタイムゾーン。

Return Value 戻り値

true if aTimeZone and the receiver have the same name and data, otherwise false. true、もしaTimeZoneとレシーバが同じ名前とデータを持つならば、そうでなければfalse