ShellViewColumnsContains Method (ShellViewColumn) |
Determines whether the
ICollectionT contains a specific value.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.1
Syntax public 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
- Type: Jam.ShellShellViewColumn
The object to locate in the ICollectionT.
Return Value
Type:
Boolean
true if
item is found in the
ICollectionT; otherwise, false.
Implements
ICollectionTContains(T)See Also