SafeHashSetTOverlaps Method |
Determines whether the current
SafeHashSetT object and a specified collection share common elements.
Namespace: CMS.BaseAssembly: CMS.Base (in CMS.Base.dll) Version: 13.0.131
Syntax public bool Overlaps(
IEnumerable<T> other
)
Parameters
- other
- Type: System.Collections.GenericIEnumerableT
The collection to compare to the current SafeHashSetT object.
Return Value
Type:
BooleanImplements
ISetTOverlaps(IEnumerableT)Exceptions Exception | Condition |
---|
ArgumentNullException | If other is null. |
See Also