Click or drag to resize

CollectionsAreEqualT Method (ICollection, Void)

[Missing <summary> documentation for "M:com.espertech.esper.compat.collections.Collections.AreEqual``1(System.Collections.Generic.ICollection`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>(
	ICollection baseObj,
	void compObj
)

Parameters

baseObj
Type: System.Collections.GenericICollectionT

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

compObj
Type: SystemVoid

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

Type Parameters

T

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

Return Value

Type: Boolean

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

See Also