Click or drag to resize

ObservableSetTIsSubsetOf Method

Determines whether a set is a subset 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 IsSubsetOf(
	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 subset of other; otherwise, false.

Implements

ISetTIsSubsetOf(IEnumerableT)
See Also