Click or drag to resize

ObservableSetTIsProperSupersetOf Method

Determines whether the current set is a proper (strict) superset of a specified collection.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public virtual bool IsProperSupersetOf(
	IEnumerable<T> other
)

Parameters

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

Return Value

Type: Boolean
true if the current set is a proper superset of other; otherwise, false.

Implements

ISetTIsProperSupersetOf(IEnumerableT)
See Also