SpeechToTextResponseUpdateKind.Inequality 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.
Returns a value indicating whether two SpeechToTextResponseUpdateKind instances are not equivalent, as determined by a case-insensitive comparison of their values.
public:
static bool operator !=(Microsoft::Extensions::AI::SpeechToTextResponseUpdateKind left, Microsoft::Extensions::AI::SpeechToTextResponseUpdateKind right);
public static bool operator !=(Microsoft.Extensions.AI.SpeechToTextResponseUpdateKind left, Microsoft.Extensions.AI.SpeechToTextResponseUpdateKind right);
static member op_Inequality : Microsoft.Extensions.AI.SpeechToTextResponseUpdateKind * Microsoft.Extensions.AI.SpeechToTextResponseUpdateKind -> bool
Public Shared Operator != (left As SpeechToTextResponseUpdateKind, right As SpeechToTextResponseUpdateKind) As Boolean
Parameters
The first SpeechToTextResponseUpdateKind instance to compare.
The second SpeechToTextResponseUpdateKind instance to compare.
Returns
true
if left and right have different values; false
if they have equivalent values or are both null.