MessagePackObjectEquals Method (MessagePackObject) |
Compare two instances are equal.
Namespace: MsgPackAssembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax public bool Equals(
MessagePackObject other
)
Public Function Equals (
other As MessagePackObject
) As Boolean
public:
virtual bool Equals(
MessagePackObject other
) sealed
abstract Equals :
other : MessagePackObject -> bool
override Equals :
other : MessagePackObject -> bool
Parameters
- other
- Type: MsgPackMessagePackObject
MessagePackObject instance.
Return Value
Type:
Boolean
Whether value of
other is equal to this instance or not.
Implements
IEquatableTEquals(T)See Also