UnicastIPAddressInformationCollection.Contains 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 UnicastIPAddressInformation object bevat.
public:
virtual bool Contains(System::Net::NetworkInformation::UnicastIPAddressInformation ^ address);
public virtual bool Contains(System.Net.NetworkInformation.UnicastIPAddressInformation address);
abstract member Contains : System.Net.NetworkInformation.UnicastIPAddressInformation -> bool
override this.Contains : System.Net.NetworkInformation.UnicastIPAddressInformation -> bool
Public Overridable Function Contains (address As UnicastIPAddressInformation) As Boolean
Parameters
- address
- UnicastIPAddressInformation
Het UnicastIPAddressInformation object dat moet worden doorzocht in de verzameling.
Retouren
trueals het UnicastIPAddressInformation object bestaat in de verzameling; anders. false