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