DdaCollection.Contains(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
.