Click or drag to resize

FIFOHashSetTIsProperSupersetOf Method

[Missing <summary> documentation for "M:com.espertech.esper.collection.FIFOHashSet`1.IsProperSupersetOf(System.Collections.Generic.IEnumerable`1)"]

Namespace:  com.espertech.esper.collection
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public bool IsProperSupersetOf(
	IEnumerable other
)

Parameters

other
Type: System.Collections.GenericIEnumerableT

[Missing <param name="other"/> documentation for "M:com.espertech.esper.collection.FIFOHashSet`1.IsProperSupersetOf(System.Collections.Generic.IEnumerable`1)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:com.espertech.esper.collection.FIFOHashSet`1.IsProperSupersetOf(System.Collections.Generic.IEnumerable`1)"]

See Also