Share via


ITriggerPattern.ShouldTrigger(String) Method

Definition

Check whether the trigger pattern is matched.

public bool ShouldTrigger (string input);
abstract member ShouldTrigger : string -> bool
Public Function ShouldTrigger (input As String) As Boolean

Parameters

input
String

The input string.

Returns

True if the trigger can be fired, otherwise false.

Applies to