BorrowedList<TElement>.Contains(TElement) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines whether the ICollection<T> contains a specific value.
public bool Contains (TElement item);
abstract member Contains : 'Element -> bool
override this.Contains : 'Element -> bool
Public Function Contains (item As TElement) As Boolean
Parameters
- item
- TElement