| AsyncLogEventInfoEquals Method (Object) |
Indicates whether this instance and a specified object are equal.
Namespace:
NLog.Common
Assembly:
NLog (in NLog.dll) Version: 5.3.4+73d83d3161d31288ca5c554cc50d27b6bed5f28b
Syntax public override bool Equals(
Object obj
)
Public Overrides Function Equals (
obj As Object
) As Boolean
Dim instance As AsyncLogEventInfo
Dim obj As Object
Dim returnValue As Boolean
returnValue = instance.Equals(obj)
abstract Equals :
obj : Object -> bool
override Equals :
obj : Object -> bool
Parameters
- obj
- Type: SystemObject
The object to compare with the current instance.
Return Value
Type:
Boolean if
obj and this instance are the same type and represent the same value; otherwise,
.
See Also