Click or drag to resize
SafeHashSetTIsProperSupersetOf Method

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 13.0.131
Syntax
C#
public bool IsProperSupersetOf(
	IEnumerable<T> other
)

Parameters

other
Type: System.Collections.GenericIEnumerableT
The collection to compare to the current SafeHashSetT object.

Return Value

Type: Boolean

Implements

ISetTIsProperSupersetOf(IEnumerableT)
Exceptions
ExceptionCondition
ArgumentNullExceptionIf other is null.
See Also