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