SpeechEventInfo.Equality(SpeechEventInfo, SpeechEventInfo) 操作员
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
确定 SpeechEventInfo
的两个实例是否相等。
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 对象。
返回
如果 event1
与 event2
相同,则为 true
;否则为 false
。
注解
此运算符 SpeechEventInfo.Equals(SpeechEventInfo)的等效方法是 。