SpeechEventInfo.Inequality(SpeechEventInfo, SpeechEventInfo) 演算子
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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 op_Inequality : 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 オブジェクト。
戻り値
event1 が event2 と異なる場合は true。それ以外の場合は false。
注釈
この演算子の同等のメソッドは SpeechEventInfo.Equals(SpeechEventInfo) です。