EventLogEntry.Equals(EventLogEntry) 메서드

정의

두 이벤트 로그 엔트리 간을 비교합니다.

public:
 bool Equals(System::Diagnostics::EventLogEntry ^ otherEntry);
public bool Equals (System.Diagnostics.EventLogEntry otherEntry);
override this.Equals : System.Diagnostics.EventLogEntry -> bool
Public Function Equals (otherEntry As EventLogEntry) As Boolean

매개 변수

otherEntry
EventLogEntry

비교할 EventLogEntry입니다.

반환

EventLogEntry 개체가 동일하면 true이고, 그렇지 않으면 false입니다.

설명

이 메서드는 두 개체 간의 바이트 바이트 비교를 수행합니다. 두 EventLogEntry 인스턴스가 동일한 개체를 참조하는지 여부는 결정되지 않습니다.

적용 대상