Click or drag to resize

ListExtensionsAreEqualT Method

[Missing <summary> documentation for "M:com.espertech.esper.compat.collections.ListExtensions.AreEqual``1(System.Collections.Generic.IList`1,System.Void)"]

Namespace:  com.espertech.esper.compat.collections
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public static bool AreEqual<T>(
	IList listThis,
	void listThat
)

Parameters

listThis
Type: System.Collections.GenericIListT

[Missing <param name="listThis"/> documentation for "M:com.espertech.esper.compat.collections.ListExtensions.AreEqual``1(System.Collections.Generic.IList`1,System.Void)"]

listThat
Type: SystemVoid

[Missing <param name="listThat"/> documentation for "M:com.espertech.esper.compat.collections.ListExtensions.AreEqual``1(System.Collections.Generic.IList`1,System.Void)"]

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:com.espertech.esper.compat.collections.ListExtensions.AreEqual``1(System.Collections.Generic.IList`1,System.Void)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:com.espertech.esper.compat.collections.ListExtensions.AreEqual``1(System.Collections.Generic.IList`1,System.Void)"]

See Also