SpeechEventInfo.Equality(SpeechEventInfo, SpeechEventInfo) Operator

定義

SpeechEventInfoの 2 つのインスタンスが等しいかどうかを判断します。

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

パラメーター

event1
SpeechEventInfo

SpeechEventInfoと比較するevent2 オブジェクト。

event2
SpeechEventInfo

SpeechEventInfoと比較するevent1 オブジェクト。

返品

true event1event2と同じ場合は ɴ。それ以外の場合はfalse

注釈

この演算子の同等のメソッドは SpeechEventInfo.Equals(SpeechEventInfo)

適用対象