Enhanced C#
Language of your choice: library documentation
|
Public Member Functions | |
bool | Contains (T item) |
Returns true if and only if the collection contains the specified item. More... | |
bool Loyc.Collections.IContains< in in T >.Contains | ( | T | item | ) |
Returns true if and only if the collection contains the specified item.
item | Data/object whose presence you want to check for. The collection decides how to test for equality, but it's most common to use EqualityComparer<T>.Default. |