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

isEqualToHost:

Indicates whether the receiver represents the same host as another NSHost object. レシーバが別のNSHostオブジェクトと同じものを表すかどうかを指し示します。

Declaration 宣言

- (BOOL)isEqualToHost:(NSHost *)aHost;

Parameters パラメータ

host

Host to compare the receiver to. レシーバと比較するホスト。

Return Value 戻り値

YES when the receiver and host share at least one network address; NO otherwise. YES、レシーバとhostが少なくとも1つのネットワークアドレスを共有する場合;そうでなければNO

See Also 参照

Related Documentation 関連文書