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