ReadOnlyMetadataCollection<T>.Contains(String) Method

Definition

Determines whether the collection contains an item with the specified identity.

public:
 virtual bool Contains(System::String ^ identity);
public virtual bool Contains (string identity);
override this.Contains : string -> bool
Public Overridable Function Contains (identity As String) As Boolean

Parameters

identity
String

The identity of the item.

Returns

true if the collection contains the item to be searched for; otherwise, false. The default is false.

Applies to