System.Net.NetworkInformation.IPAddressInformationCollection.Contains Method

Checks whether the collection contains the specified System.Net.NetworkInformation.IPAddressInformation object.

Syntax

public virtual bool Contains (IPAddressInformation address)

Parameters

address
The System.Net.NetworkInformation.IPAddressInformation object to be searched in the collection.

Returns

true if the System.Net.NetworkInformation.IPAddressInformation object exists in the collection; otherwise. false.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System.Net.NetworkInformation
Assembly: System (in System.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0