Share via


CallRejectReason.Inequality(CallRejectReason, CallRejectReason) Operator

Definition

Determines if two CallRejectReason values are not the same.

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

Parameters

Returns

Applies to