Share via


DdaCollection.Contains(String) Method

Definition

Determines whether [contains] [the specified prefix].

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

Parameters

prefix
String

The prefix.

Returns

true if [contains] [the specified prefix]; otherwise, false.

Applies to