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