ImmutableArray<T>::Contains Method (T)

 

Determines whether the specified item exists in the array.

Namespace:   System.Collections.Immutable
Assembly:  System.Collections.Immutable (in System.Collections.Immutable.dll)

public:
virtual bool Contains(
	T item
) sealed

Parameters

item
Type: T

The item to search for.

Return Value

Type: System::Boolean

true if the specified item was found in the array; otherwise false.

Return to top
Show: