Click or drag to resize
MessagePackObjectEqualityComparer Class
Inheritance Hierarchy
SystemObject
  MsgPackMessagePackObjectEqualityComparer

Namespace: MsgPack
Assembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax
[SerializableAttribute]
public sealed class MessagePackObjectEqualityComparer : IEqualityComparer<MessagePackObject>

The MessagePackObjectEqualityComparer type exposes the following members.

Constructors
  NameDescription
Public methodMessagePackObjectEqualityComparer
Initializes a new instance of the MessagePackObjectEqualityComparer class.
Top
Methods
  NameDescription
Public methodEquals
Determines whether two objects of type MessagePackObject are equal.
Public methodGetHashCode
Returns a hash code for the specified MessagePackObject.
Top
See Also