MessageDetailEquals(Object) Method
Returns a value indicating whether this instance is equal to a specified object.
Namespace: InnerDrive.LoggingAssembly: InnerDrive.Logging (in InnerDrive.Logging.dll) Version: 5.2.9017.0
public override bool Equals(
Object? obj
)
- obj Object
- An object to compare to this instance.
Booleantrue if value is an instance of
MessageDetail and equals the
value of this instance; otherwise,
false.