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