'Declaration
Protected Overloads Function Equals( _ ByVal other As LogEntryEventArgs _ ) As Boolean
'Usage
Dim instance As LogEntryEventArgs Dim other As LogEntryEventArgs Dim value As Boolean value = instance.Equals(other)
protected bool Equals( LogEntryEventArgs other )
protected: bool Equals( LogEntryEventArgs^ other )
Parameters
- other
- The LogEntryEventArgs to compare with the current object.
Return Value
true
if the specified object is equal to the current object; otherwise, false
.