The object to be compared to the receiver. レシーバと比較されることになるオブジェクト。
isEqual:
Returns a Boolean value that indicates whether the receiver and a given object have identical URL strings and base URLs.
あるブール値を返します、それはレシーバと与えられたオブジェクトが同一のURL文字列とベースURLを持つかどうかを指し示します。
Technology
- Foundation ファウンデーション
Declaration 宣言
- (BOOL)isEqual:(id)anObject
Parameters パラメータ
anObject
Return Value 戻り値
YES
if the receiver and an
are equal, otherwise NO
.
YES
、もしレシーバとan
が等しいならば、そうでなければ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 base
and relative
.
このメソッドは、等しいということがインスタンスに対して何を意味するかを定義します。2つのNSURLは等しいとみなされます、もしそれらが同一の値をbase
とrelative
の両方に対して返す場合に限り。