ShellViewColumns.Contains Method (ShellViewColumn) |
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 6.3.1
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
- Type: Jam.Shell.ShellViewColumn
The object to locate in the ICollection<T>.
Return Value
Type:
Boolean
true if
item is found in the
ICollection<T>; otherwise, false.
Implements
ICollection<T>.Contains(T)
See Also