SpeechEventInfo.Equality(SpeechEventInfo, SpeechEventInfo) 연산자

정의

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 개체입니다.

반환

Boolean

event1event2와 동일하면 true이고, 그렇지 않으면 false입니다.

설명

이 연산자에 대 한 해당 메서드는 SpeechEventInfo.Equals(SpeechEventInfo)합니다.

적용 대상