Click or drag to resize

SetChangeInterceptorTIsProperSupersetOf Method

Namespace:  TrackerDog.CollectionHandling
Assembly:  TrackerDog (in TrackerDog.dll) Version: 2.2.1.0 (2.2.1.0)
Syntax
public bool IsProperSupersetOf(
	IEnumerable<T> other
)

Parameters

other
Type: System.Collections.GenericIEnumerableT

Return Value

Type: Boolean

Implements

ISetTIsProperSupersetOf(IEnumerableT)
See Also