SafeHashSetTContains Method |
Returns true if the hash set contains the given value
Namespace: CMS.BaseAssembly: CMS.Base (in CMS.Base.dll) Version: 13.0.131
Syntax public bool Contains(
T item
)
Parameters
- item
- Type: T
Value to check
Return Value
Type:
BooleanImplements
ICollectionTContains(T)Exceptions Exception | Condition |
---|
ArgumentNullException | If item is null. |
See Also