The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
IPAddressCollection::Contains Method (IPAddress^)
.NET Framework (current version)
Checks whether the collection contains the specified IPAddress object.
Assembly: System (in System.dll)
Parameters
- address
-
Type:
System.Net::IPAddress^
The IPAddress object to be searched in the collection.
Return Value
Type: System::Booleantrue if the IPAddress object exists in the collection; otherwise, false.
Implements
ICollection<T>::Contains(T)
Universal Windows Platform
Available since 10
.NET Framework
Available since 2.0
Available since 10
.NET Framework
Available since 2.0
Show: