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

Namespace: MsgPack
Assembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax
public override bool Equals(
	Object obj
)

Parameters

obj
Type: SystemObject
MessagePackObject instance.

Return Value

Type: Boolean
If obj is MessagePackObject and its value is equal to this instance, then true. Otherwise false.
See Also