'Declaration
Public Overloads Function Contains( _ ByVal item As ISessionSummary _ ) As Boolean
public bool Contains( ISessionSummary item )
Parameters
- item
- The object to locate in the ICollection.
Return Value
true if item is found in the ICollection; otherwise, false.