RouteBuilderBase<TBuilder>.IsContextMatch(ITurnContext, Route) 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.
public static bool IsContextMatch(Microsoft.Agents.Builder.ITurnContext context, Microsoft.Agents.Builder.App.Route route);
static member IsContextMatch : Microsoft.Agents.Builder.ITurnContext * Microsoft.Agents.Builder.App.Route -> bool
Public Shared Function IsContextMatch (context As ITurnContext, route As Route) As Boolean
Parameters
- context
- ITurnContext
- route
- Route