LinkLabel::LinkCollection::IList::Contains Method (Object^)

 

For a description of this member, see IList::Contains.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

private:
virtual bool Contains(
	Object^ link
) sealed = IList::Contains

Parameters

link
Type: System::Object^

The Object to locate in the IList.

Return Value

Type: System::Boolean

true if the Object is found in the IList; otherwise, false.

This member is an explicit interface member implementation. It can be used only when the LinkLabel::LinkCollection instance is cast to an IList interface.

.NET Framework
Available since 1.1
Return to top
Show: