Click or drag to resize
MessagePackObjectEquals Method (MessagePackObject)
Compare two instances are equal.

Namespace: MsgPack
Assembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax
public bool Equals(
	MessagePackObject other
)

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