Click or drag to resize
CMSListTContains Method
Determines whether an element is in the list.

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 8.2.23
Syntax
C#
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: Boolean
See Also