TermMatch.Overlaps(TermMatch) 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.
Check to see if this overlaps with match in input.
public bool Overlaps(Microsoft.Bot.Builder.FormFlow.Advanced.TermMatch match);member this.Overlaps : Microsoft.Bot.Builder.FormFlow.Advanced.TermMatch -> boolPublic Function Overlaps (match As TermMatch) As BooleanParameters
- match
- TermMatch
TermMatch to compare.
Returns
True if the matches overlap in the input.