Windows apps
Collapse the table of content
Expand the table of content
Information
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^)

 

Performs a comparison between two event log entries.

Namespace:   System.Diagnostics
Assembly:  System (in System.dll)

public:
bool Equals(
	EventLogEntry^ otherEntry
)

Parameters

otherEntry
Type: System.Diagnostics::EventLogEntry^

The EventLogEntry to compare.

Return Value

Type: System::Boolean

true 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
Return to top
Show:
© 2017 Microsoft