Share via


RecordingState.Inequality(RecordingState, RecordingState) Operator

Definition

Determines if two RecordingState values are not the same.

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

Parameters

Returns

Applies to