System.Net.NetworkInformation.MulticastIPAddressInformationCollection.Contains Method

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

Syntax

public virtual bool Contains (MulticastIPAddressInformation address)

Parameters

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

Returns

true if the System.Net.NetworkInformation.MulticastIPAddressInformation 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