EventLogEntry.Equals(EventLogEntry) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Performs a comparison between two event log entries.
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
Parameters
- otherEntry
- EventLogEntry
The EventLogEntry to compare.
Returns
true
if the EventLogEntry objects are identical; otherwise, false
.
Remarks
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.
Applies to
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.