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: 8.2.23
Syntax
C#
public bool Contains(
	T value
)

Parameters

value
Type: T
Value to check

Return Value

Type: Boolean
See Also