ReadOnlyStringCollection.Contains(String) Method

Definition

Determines if the specified String object is in this collection.

public:
 bool Contains(System::String ^ value);
public bool Contains (string value);
member this.Contains : string -> bool
Public Function Contains (value As String) As Boolean

Parameters

value
String

The String object to search for in this collection.

Returns

true if the String object is in this collection, otherwise, false.

Exceptions

The value parameter is null.

Applies to

See also