DtmfTone.Equality(DtmfTone, DtmfTone) Operator

Definition

Determines if two DtmfTone values are the same.

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

Parameters

left
DtmfTone
right
DtmfTone

Returns

Applies to