[SerializableAttribute]
public struct MessageDetail : IEquatable<MessageDetail>
MessageDetail | Creates a new instance of MessageDetail. |
Name | Gets or sets the name of the message detail. |
TimeStamp | Gets or sets the time and date the message detail was created. |
Value | Gets or sets the value of the message detail. |
Equals(MessageDetail) | Indicates whether the current object is equal to another object of the same type. |
Equals(Object) |
Returns a value indicating whether this instance is equal to a specified object.
(Overrides ValueTypeEquals(Object)) |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
GetHashCode |
Serves as a hash function for a particular type,
suitable for use in hashing algorithms and data structures
like a hash table.
(Overrides ValueTypeGetHashCode) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
ToString |
Converts the value of this instance to its equivalent string representation.
(Overrides ValueTypeToString) |
Equality(MessageDetail, MessageDetail) | Compares two instances of MessageDetail for equality. |
Inequality(MessageDetail, MessageDetail) | Compares two instances of MessageDetail for inequality. |