Sdílet prostřednictvím


CallingServerEventType.Equality Operator

Definition

Determines if two CallingServerEventType values are the same.

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

Parameters

left
CallingServerEventType

The first CallingServerEventType to compare.

right
CallingServerEventType

The second CallingServerEventType to compare.

Returns

True if left and right are the same; otherwise, false.

Applies to