PrefixContainer.ContainsPrefix(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.
Checks if a prefix is in the container.
public:
bool ContainsPrefix(System::String ^ prefix);
public bool ContainsPrefix (string prefix);
member this.ContainsPrefix : string -> bool
Public Function ContainsPrefix (prefix As String) As Boolean
Parameters
- prefix
- String
The prefix to check.
Returns
True if the prefix is present.