Bearbeiten

XmlQuerySequence<T>.Contains(T) Method

Definition

Returns true if the specified value is in the sequence.

This API supports the product infrastructure and is not intended to be used directly from your code.

public:
 virtual bool Contains(T value);
public bool Contains (T value);
abstract member Contains : 'T -> bool
override this.Contains : 'T -> bool
Public Function Contains (value As T) As Boolean

Parameters

value
T

The value to find in the ICollection<T>.

Returns

true if the specified value is in the sequence; otherwise, false.

Implements

Applies to