[]
Determines whether the specified text matches the given IntelliSense prefix using the matching rules defined by the calculation engine.
protected bool MatchIntelliSense(string text, string prefix)
Protected Function MatchIntelliSense(text As String, prefix As String) As Boolean
| Type | Name | Description |
|---|---|---|
| string | text | The text to evaluate against the IntelliSense prefix. |
| string | prefix | The prefix to match within the specified text, typically representing a partial user input for IntelliSense suggestions. |
| Type | Description |
|---|---|
| bool | true if the text matches the prefix according to IntelliSense matching rules; otherwise, false. |