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