RecordingFormat.Inequality(RecordingFormat, RecordingFormat) 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 RecordingFormat values are not the same.
public static bool operator != (Azure.Communication.CallAutomation.RecordingFormat left, Azure.Communication.CallAutomation.RecordingFormat right);
static member op_Inequality : Azure.Communication.CallAutomation.RecordingFormat * Azure.Communication.CallAutomation.RecordingFormat -> bool
Public Shared Operator != (left As RecordingFormat, right As RecordingFormat) As Boolean
Parameters
- left
- RecordingFormat
- right
- RecordingFormat