Enhanced C#
Language of your choice: library documentation
Public Member Functions | List of all members
Loyc.Collections.IContains< in in T > Interface Template Reference

Source file:

Public Member Functions

bool Contains (T item)
 Returns true if and only if the collection contains the specified item. More...
 

Member Function Documentation

◆ Contains()

bool Loyc.Collections.IContains< in in T >.Contains ( item)

Returns true if and only if the collection contains the specified item.

Parameters
itemData/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.