Click or drag to resize
MessagePackObjectEqualityComparerEquals Method
Determines whether two objects of type MessagePackObject are equal.

Namespace: MsgPack
Assembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax
public bool Equals(
	MessagePackObject x,
	MessagePackObject y
)

Parameters

x
Type: MsgPackMessagePackObject
The first object to compare.
y
Type: MsgPackMessagePackObject
The second object to compare.

Return Value

Type: Boolean
true if the specified objects are equal; otherwise, false.

Implements

IEqualityComparerTEquals(T, T)
See Also