SafeHashSet<T>.IsSubsetOf Method |
Determines whether a
SafeHashSet< T> object is a subset of the specified collection.
Namespace: CMS.BaseAssembly: CMS.Base (in CMS.Base.dll) Version: 13.0.131
Syntaxpublic bool IsSubsetOf(
IEnumerable<T> other
)
Parameters
- other
- Type: System.Collections.Generic.IEnumerable<T>
The collection to compare to the current SafeHashSet< T> object.
Return Value
Type:
BooleanImplements
ISet<T>.IsSubsetOf(IEnumerable<T>)
ExceptionsException | Condition |
---|
ArgumentNullException | If other is null. |
See Also