SpeechEventInfo.Equality(SpeechEventInfo, SpeechEventInfo) Operatore
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Determina se due istanze dell'oggetto SpeechEventInfo
sono uguali.
public:
static bool operator ==(System::Speech::Synthesis::TtsEngine::SpeechEventInfo event1, System::Speech::Synthesis::TtsEngine::SpeechEventInfo event2);
public static bool operator == (System.Speech.Synthesis.TtsEngine.SpeechEventInfo event1, System.Speech.Synthesis.TtsEngine.SpeechEventInfo event2);
static member ( = ) : System.Speech.Synthesis.TtsEngine.SpeechEventInfo * System.Speech.Synthesis.TtsEngine.SpeechEventInfo -> bool
Public Shared Operator == (event1 As SpeechEventInfo, event2 As SpeechEventInfo) As Boolean
Parametri
- event1
- SpeechEventInfo
Oggetto SpeechEventInfo da confrontare con event2
.
- event2
- SpeechEventInfo
Oggetto SpeechEventInfo da confrontare con event1
.
Restituisce
true
se event1
è uguale a event2
; in caso contrario false
.
Commenti
Il metodo equivalente per questo operatore è SpeechEventInfo.Equals(SpeechEventInfo).