PrincipalValueCollection<T>.Contains(T) Method

Definition

Returns true if the specified object is in the collection, and false otherwise.

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

An object.

Returns

Returns a bool.

Implements

Applies to