Click or drag to resize
MessagePackExtendedTypeObjectInequality Operator
Determines whether the specified MessagePackExtendedTypeObjects are not equal.

Namespace: MsgPack
Assembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax
public static bool operator !=(
	MessagePackExtendedTypeObject left,
	MessagePackExtendedTypeObject right
)

Parameters

left
Type: MsgPackMessagePackExtendedTypeObject
A MessagePackExtendedTypeObject.
right
Type: MsgPackMessagePackExtendedTypeObject
A MessagePackExtendedTypeObject.

Return Value

Type: Boolean
true if the specified MessagePackExtendedTypeObjects are not equal; otherwise, false.
See Also