MessageDetailEquals(Object) Method

Returns a value indicating whether this instance is equal to a specified object.

Definition

Namespace: InnerDrive.Logging
Assembly: InnerDrive.Logging (in InnerDrive.Logging.dll) Version: 5.2.9017.0
C#
public override bool Equals(
	Object? obj
)

Parameters

obj  Object
An object to compare to this instance.

Return Value

Boolean
true if value is an instance of MessageDetail and equals the value of this instance; otherwise, false.

See Also