OrderedCollectionBase<T>.Contains 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.
Overloads
Contains(String) | |
Contains(T) |
Contains(String)
public bool Contains (string name);
abstract member Contains : string -> bool
override this.Contains : string -> bool
Public Function Contains (name As String) As Boolean
Parameters
- name
- String
Returns
Implements
Applies to
Contains(T)
public bool Contains (T item);
abstract member Contains : 'T -> bool
override this.Contains : 'T -> bool
Public Function Contains (item As T) As Boolean
Parameters
- item
- T