MessageDetailEquals(MessageDetail) Method
Indicates whether the current object is equal to another object of the same type.
Namespace: InnerDrive.LoggingAssembly: InnerDrive.Logging (in InnerDrive.Logging.dll) Version: 5.2.9017.0
public bool Equals(
MessageDetail other
)
- other MessageDetail
- An object to compare with this object.
Booleantrue if the current object is equal to the
other
parameter; otherwise,
false.
IEquatableTEquals(T)