[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)
Returns true if all items in the itemEnum are contained in referenceCollection
Namespace: net.esper.compat
Assembly: NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Shared Function ContainsAll(Of T) ( _ referenceCollection As ICollection(Of T), _ itemEnum As IEnumerable(Of T) _ ) As Boolean |
C# |
---|
public static bool ContainsAll<T> ( ICollection<T> referenceCollection, IEnumerable<T> itemEnum ) |
Visual C++ |
---|
public: generic<typename T> static bool ContainsAll ( ICollection<T>^ referenceCollection, IEnumerable<T>^ itemEnum ) |
Parameters
- referenceCollection
- System.Collections.Generic.ICollection<(Of T>)
Return Value
Type Parameters
- T