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

isEqual(to:)

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

Declaration 宣言

func isEqual(to aHost: Host) -> Bool

Parameters パラメータ

host

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

Return Value 戻り値

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

See Also 参照

Related Documentation 関連文書