isEqual:

Returns a Boolean value that indicates whether the receiver and a given object have identical URL strings and base URLs. あるブール値を返します、それはレシーバと与えられたオブジェクトが同一のURL文字列とベースURLを持つかどうかを指し示します。

Declaration 宣言

- (BOOL)isEqual:(id)anObject

Parameters パラメータ

anObject

The object to be compared to the receiver. レシーバと比較されることになるオブジェクト。

Return Value 戻り値

YES if the receiver and anObject are equal, otherwise NO. YES、もしレシーバとanObjectが等しいならば、そうでなければNO

Overview 概要

This method defines what it means for instances to be equal. Two NSURLs are considered equal if and only if they return identical values for both baseURL and relativeString. このメソッドは、等しいということがインスタンスに対して何を意味するかを定義します。2つのNSURLは等しいとみなされます、もしそれらが同一の値をbaseURLrelativeStringの両方に対して返す場合に限り。