MulticastIPAddressInformationCollection::Contains Method (MulticastIPAddressInformation^)

 

Checks whether the collection contains the specified MulticastIPAddressInformation object.

Namespace:   System.Net.NetworkInformation
Assembly:  System (in System.dll)

public:
virtual bool Contains(
	MulticastIPAddressInformation^ address
)

Parameters

address
Type: System.Net.NetworkInformation::MulticastIPAddressInformation^

The MulticastIPAddressInformation object to be searched in the collection.

Return Value

Type: System::Boolean

true if the MulticastIPAddressInformation object exists in the collection; otherwise, false.

.NET Framework
Available since 2.0
Return to top
Show: