Click or drag to resize
UnpackingResultTEquals Method (UnpackingResultT)
Compare two instances are equal.

Namespace: MsgPack
Assembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax
public bool Equals(
	UnpackingResult<T> other
)

Parameters

other
Type: MsgPackUnpackingResultT
UnpackingResultT instance.

Return Value

Type: Boolean
Whether value of other is equal to this instance or not.

Implements

IEquatableTEquals(T)
See Also