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

isEqualToTimeZone:

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

Declaration 宣言

- (BOOL)isEqualToTimeZone:(NSTimeZone *)aTimeZone;

Parameters パラメータ

aTimeZone

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

Return Value 戻り値

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