Share via


RecordingState.Equality(RecordingState, RecordingState) Operator

Definition

Determines if two RecordingState values are the same.

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

Parameters

Returns

Applies to