Click or drag to resize

SingletonTIsSubsetOf Method

[Missing <summary> documentation for "M:com.espertech.esper.compat.collections.Singleton`1.IsSubsetOf(System.Collections.Generic.IEnumerable`1)"]

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

Parameters

other
Type: System.Collections.GenericIEnumerableT

[Missing <param name="other"/> documentation for "M:com.espertech.esper.compat.collections.Singleton`1.IsSubsetOf(System.Collections.Generic.IEnumerable`1)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:com.espertech.esper.compat.collections.Singleton`1.IsSubsetOf(System.Collections.Generic.IEnumerable`1)"]

See Also