Base:
4 references to Equals
System.Speech (4)
Internal\Synthesis\TTSVoice.cs (1)
30
return obj is TTSVoice voice && (_voiceId.
Equals
(voice.VoiceInfo));
Internal\Synthesis\VoiceSynthesis.cs (1)
862
if (voice != null && (currentVoiceId == null || !currentVoiceId.
Equals
(voice.VoiceInfo)))
Synthesis\InstalledVoice.cs (2)
72
if (ti.Enabled && ti.VoiceInfo.
Equals
(voiceId))
107
if (_voice.
Equals
(_voiceSynthesizer.CurrentVoice(switchContext).VoiceInfo))