MulticastIPAddressInformationCollection::Contains Method (MulticastIPAddressInformation^)
.NET Framework (current version)
Checks whether the collection contains the specified MulticastIPAddressInformation object.
Assembly: System (in System.dll)
Parameters
- address
-
Type:
System.Net.NetworkInformation::MulticastIPAddressInformation^
The MulticastIPAddressInformation object to be searched in the collection.
Return Value
Type: System::Booleantrue if the MulticastIPAddressInformation object exists in the collection; otherwise, false.
Implements
ICollection<T>::Contains(T)
.NET Framework
Available since 2.0
Available since 2.0
Show: