addresses
Returns all the network addresses of the receiver.
レシーバのネットワークアドレスの全てを返します。
NSHost
object.
レシーバが別のNSHost
オブジェクトと同じものを表すかどうかを指し示します。
Availability 有効性
Technology
- (BOOL)isEqualToHost:(NSHost
*)aHost;
host
Host to compare the receiver to. レシーバと比較するホスト。
YES
when the receiver and host
share at least one network address; NO
otherwise.
YES
、レシーバとhost
が少なくとも1つのネットワークアドレスを共有する場合;そうでなければNO
。
addresses