Determines whether an element is in the list.
Namespace: CMS.BaseAssembly: CMS.Base (in CMS.Base.dll) Version: 8.2.23
Syntax public bool Contains(
T item
)
Parameters
- item
- Type: T
The object to locate in list. The value can be null for reference type.
Return Value
Type:
BooleanSee Also