Share via


TermMatch.Same(TermMatch) Method

Definition

Check to see if this covers the same span as match.

public bool Same (Microsoft.Bot.Builder.FormFlow.Advanced.TermMatch match);
member this.Same : Microsoft.Bot.Builder.FormFlow.Advanced.TermMatch -> bool
Public Function Same (match As TermMatch) As Boolean

Parameters

match
TermMatch

TermMatch to compare.

Returns

True if both cover the same span.

Applies to