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