Click or drag to resize
UnpackingResultTEquality Operator
Compare two instances are equal.

Namespace: MsgPack
Assembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax
public static bool operator ==(
	UnpackingResult<T> left,
	UnpackingResult<T> right
)

Parameters

left
Type: MsgPackUnpackingResultT
UnpackingResultT instance.
right
Type: MsgPackUnpackingResultT
UnpackingResultT instance.

Return Value

Type: Boolean
Whether value of left and right are equal each other or not.
See Also