Click or drag to resize
SafeHashSetTContains Method
Returns true if the hash set contains the given value

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 13.0.131
Syntax
C#
public bool Contains(
	T item
)

Parameters

item
Type: T
Value to check

Return Value

Type: Boolean

Implements

ICollectionTContains(T)
Exceptions
ExceptionCondition
ArgumentNullExceptionIf item is null.
See Also