TermMatch.Covers(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 completely covers match.
public bool Covers (Microsoft.Bot.Builder.FormFlow.Advanced.TermMatch match);
member this.Covers : Microsoft.Bot.Builder.FormFlow.Advanced.TermMatch -> bool
Public Function Covers (match As TermMatch) As Boolean
Parameters
- match
- TermMatch
TermMatch to compare.
Returns
True if this covers all of match.