InterimResponseTrigger.Equality 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 InterimResponseTrigger values are the same.
public static bool operator ==(Azure.AI.VoiceLive.InterimResponseTrigger left, Azure.AI.VoiceLive.InterimResponseTrigger right);
static member ( = ) : Azure.AI.VoiceLive.InterimResponseTrigger * Azure.AI.VoiceLive.InterimResponseTrigger -> bool
Public Shared Operator == (left As InterimResponseTrigger, right As InterimResponseTrigger) As Boolean
Parameters
The left value to compare.
- right
- InterimResponseTrigger
The right value to compare.
Returns
True if left and right are the same; otherwise, false.