IPAddressInformationCollection.Contains(IPAddressInformation) Methode
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Controleert of de verzameling het opgegeven IPAddressInformation object bevat.
public:
virtual bool Contains(System::Net::NetworkInformation::IPAddressInformation ^ address);
public virtual bool Contains(System.Net.NetworkInformation.IPAddressInformation address);
abstract member Contains : System.Net.NetworkInformation.IPAddressInformation -> bool
override this.Contains : System.Net.NetworkInformation.IPAddressInformation -> bool
Public Overridable Function Contains (address As IPAddressInformation) As Boolean
Parameters
- address
- IPAddressInformation
Het IPAddressInformation object dat moet worden doorzocht in de verzameling.
Retouren
true als het IPAddressInformation object in de verzameling bestaat; anders.
false.