Share via


RecognizeInputType.Inequality(RecognizeInputType, RecognizeInputType) Operator

Definition

Determines if two RecognizeInputType values are not the same.

public static bool operator != (Azure.Communication.CallAutomation.RecognizeInputType left, Azure.Communication.CallAutomation.RecognizeInputType right);
static member op_Inequality : Azure.Communication.CallAutomation.RecognizeInputType * Azure.Communication.CallAutomation.RecognizeInputType -> bool
Public Shared Operator != (left As RecognizeInputType, right As RecognizeInputType) As Boolean

Parameters

Returns

Applies to