Performs a comparison between two event log entries.
[Visual Basic] Shadows Public Function Equals( _ ByVal otherEntry As EventLogEntry _ ) As Boolean [C#] public new bool Equals( EventLogEntry otherEntry ); [C++] public: new bool Equals( EventLogEntry* otherEntry ); [JScript] public new function Equals( otherEntry : EventLogEntry ) : Boolean;
true if the EventLogEntry objects are identical; otherwise, false.
This method performs a Byte-wise comparison between the two objects.
EventLogEntry Class | EventLogEntry Members | System.Diagnostics Namespace