SpeechEventInfo.Equality(SpeechEventInfo, SpeechEventInfo) 演算子

定義

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

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

event2
SpeechEventInfo

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

戻り値

Boolean

event1event2 と同じである場合は true。それ以外の場合は false

注釈

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

適用対象