JamItemIdListCollectionContains Method |
Determines whether an element is in the collection
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 6.3.1
Syntax public bool Contains(
IJamItemIdList item
)
Public Function Contains (
item As IJamItemIdList
) As Boolean
public:
virtual bool Contains(
IJamItemIdList^ item
) sealed
abstract Contains :
item : IJamItemIdList -> bool
override Contains :
item : IJamItemIdList -> bool
Parameters
- item
- Type: Jam.ShellIJamItemIdList
the item
Return Value
Type:
Booleantrue, if the item is returned
Implements
ICollectionTContains(T)See Also