RecordingChannel.Inequality(RecordingChannel, RecordingChannel) Operator

Definition

Determines if two RecordingChannel values are not the same.

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

Parameters

Returns

Applies to