CallRejectReason.Equality(CallRejectReason, CallRejectReason) Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines if two CallRejectReason values are the same.
public static bool operator == (Azure.Communication.CallAutomation.CallRejectReason left, Azure.Communication.CallAutomation.CallRejectReason right);
static member ( = ) : Azure.Communication.CallAutomation.CallRejectReason * Azure.Communication.CallAutomation.CallRejectReason -> bool
Public Shared Operator == (left As CallRejectReason, right As CallRejectReason) As Boolean
Parameters
- left
- CallRejectReason
- right
- CallRejectReason