Číst v angličtině

Sdílet prostřednictvím


SpeechEventInfo.Equality(SpeechEventInfo, SpeechEventInfo) Operator

Definition

Determines whether two instances of SpeechEventInfo are equal.

C#
public static bool operator == (System.Speech.Synthesis.TtsEngine.SpeechEventInfo event1, System.Speech.Synthesis.TtsEngine.SpeechEventInfo event2);

Parameters

event1
SpeechEventInfo

The SpeechEventInfo object to compare to event2.

event2
SpeechEventInfo

The SpeechEventInfo object to compare to event1.

Returns

true if event1 is the same as event2; otherwise, false.

Remarks

The equivalent method for this operator is SpeechEventInfo.Equals(SpeechEventInfo).

Applies to

Produkt Verze
.NET 8 (package-provided), 9 (package-provided)
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7 (package-provided), 4.7, 4.7.1 (package-provided), 4.7.1, 4.7.2 (package-provided), 4.7.2, 4.8 (package-provided), 4.8, 4.8.1
.NET Standard 2.0 (package-provided)