Click or drag to resize

ShellViewColumnsContains(ShellViewColumn) Method

Determines whether the ICollectionT contains a specific value.

Namespace: Jam.Shell
Assembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
Syntax
public bool Contains(
	ShellViewColumn item
)

Parameters

item  ShellViewColumn
The object to locate in the ICollectionT.

Return Value

Boolean
true if item is found in the ICollectionT; otherwise, false.

Implements

ICollectionTContains(T)
See Also