Delegate AlgoApiField<TAlgoApiObject>.EqualityComparer
Namespace: Algorand.Unity
Assembly: cs.temp.dll.dll
Syntax
public delegate bool EqualityComparer(TAlgoApiObject messagePackObject, TAlgoApiObject other);Parameters
| Type | Name | Description | 
|---|---|---|
| TAlgoApiObject | messagePackObject | |
| TAlgoApiObject | other | 
Returns
| Type | Description | 
|---|---|
| Boolean |