The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
EventLogEntry::Equals Method (EventLogEntry^)
.NET Framework (current version)
Performs a comparison between two event log entries.
Assembly: System (in System.dll)
Parameters
- otherEntry
-
Type:
System.Diagnostics::EventLogEntry^
The EventLogEntry to compare.
Return Value
Type: System::Booleantrue if the EventLogEntry objects are identical; otherwise, false.
This method performs a byte-by-byte comparison between the two objects. It does not determine whether the two EventLogEntry instances refer to the same object.
.NET Framework
Available since 1.1
Available since 1.1
Show: