TableLayoutStyleCollection.IList.Contains(Object) Method

Definition

For a description of this method, see the Contains(Object) method.

 virtual bool System.Collections.IList.Contains(System::Object ^ style) = System::Collections::IList::Contains;
bool IList.Contains (object style);
bool IList.Contains (object? style);
abstract member System.Collections.IList.Contains : obj -> bool
override this.System.Collections.IList.Contains : obj -> bool
Function Contains (style As Object) As Boolean Implements IList.Contains

Parameters

style
Object

The Object to locate in the IList.

Returns

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

Implements

Remarks

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

Applies to