TermMatch.Equality(TermMatch, TermMatch) Operator
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 operator == (Microsoft.Bot.Builder.FormFlow.Advanced.TermMatch m1, Microsoft.Bot.Builder.FormFlow.Advanced.TermMatch m2);
static member ( = ) : Microsoft.Bot.Builder.FormFlow.Advanced.TermMatch * Microsoft.Bot.Builder.FormFlow.Advanced.TermMatch -> bool
Public Shared Operator == (m1 As TermMatch, m2 As TermMatch) As Boolean
Parameters
- m1
- TermMatch
- m2
- TermMatch