ShellViewColumnsContains(ShellViewColumn) Method |
Determines whether the
ICollectionT contains a specific value.
Namespace: Jam.ShellAssembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
Syntaxpublic bool Contains(
ShellViewColumn item
)
Public Function Contains (
item As ShellViewColumn
) As Boolean
public:
virtual bool Contains(
ShellViewColumn^ item
) sealed
abstract Contains :
item : ShellViewColumn -> bool
override Contains :
item : ShellViewColumn -> bool 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