MessageDetailEquals(MessageDetail) Method

Indicates whether the current object is equal to another object of the same type.

Definition

Namespace: InnerDrive.Logging
Assembly: InnerDrive.Logging (in InnerDrive.Logging.dll) Version: 5.2.9017.0
C#
public bool Equals(
	MessageDetail other
)

Parameters

other  MessageDetail
An object to compare with this object.

Return Value

Boolean
true if the current object is equal to the other parameter; otherwise, false.

Implements

IEquatableTEquals(T)

See Also