[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Assembly: NEsper (in NEsper.dll)
Compares two collections of objects. The objects must share the same generic
parameter, but can be of different collections.
Namespace: net.esper.compat
Assembly: NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Shared Function AreEqual(Of T) ( _ baseObj As ICollection(Of T), _ compObj As ICollection(Of T) _ ) As Boolean |
C# |
---|
public static bool AreEqual<T> ( ICollection<T> baseObj, ICollection<T> compObj ) |
Visual C++ |
---|
public: generic<typename T> static bool AreEqual ( ICollection<T>^ baseObj, ICollection<T>^ compObj ) |
Parameters
Type Parameters
- T