Share via


CallConnectionState.Equality(CallConnectionState, CallConnectionState) Operator

Definition

Determines if two CallConnectionState values are the same.

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

Parameters

Returns

Applies to