ImmutableArray<T>::Contains Method (T)
Determines whether the specified item exists in the array.
Assembly: System.Collections.Immutable (in System.Collections.Immutable.dll)
Parameters
- item
-
Type:
T
The item to search for.
Return Value
Type: System::Booleantrue if the specified item was found in the array; otherwise false.
Implements
ICollection<T>::Contains(T)
Show: