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