Implemented interface member:
4 references to Equals
Microsoft.Extensions.AI.Abstractions (2)
SpeechToText\SpeechToTextResponseUpdateKind.cs (2)
62
return left.
Equals
(right);
79
=> obj is SpeechToTextResponseUpdateKind otherRole &&
Equals
(otherRole);
Microsoft.Extensions.AI.Abstractions.Tests (2)
SpeechToText\SpeechToTextResponseUpdateKindTests.cs (2)
30
Assert.True(kind1.
Equals
(kind2));
36
Assert.False(kind1.
Equals
(kind3));