Click or drag to resize
UnpackHelpersGetEqualityComparerT Method

Namespace: MsgPack.Serialization
Assembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public static IEqualityComparer<T> GetEqualityComparer<T>()

Type Parameters

T
The type to be compared.

Return Value

Type: IEqualityComparerT
An IEqualityComparerT instance.
See Also