Click or drag to resize
MessagePackExtendedTypeObjectEquals Method (MessagePackExtendedTypeObject)
Determines whether the specified MessagePackExtendedTypeObject is equal to this instance.

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

Parameters

other
Type: MsgPackMessagePackExtendedTypeObject
The MessagePackExtendedTypeObject to compare with this instance.

Return Value

Type: Boolean
true if the specified MessagePackExtendedTypeObject is equal to this instance; otherwise, false.

Implements

IEquatableTEquals(T)
See Also