Struct IAbiTypeComparer
Namespace: Algorand.Unity
Assembly: cs.temp.dll.dll
Syntax
public struct IAbiTypeComparer : IEqualityComparer<IAbiType>
Properties
Instance
Declaration
public static IAbiTypeComparer Instance { get; }
Property Value
Type | Description |
---|---|
IAbiTypeComparer |
Methods
Equals(IAbiType, IAbiType)
Declaration
public bool Equals(IAbiType x, IAbiType y)
Parameters
Type | Name | Description |
---|---|---|
IAbiType | x | |
IAbiType | y |
Returns
Type | Description |
---|---|
Boolean |
GetHashCode(IAbiType)
Declaration
public int GetHashCode(IAbiType obj)
Parameters
Type | Name | Description |
---|---|---|
IAbiType | obj |
Returns
Type | Description |
---|---|
Int32 |