Struct ByteEnumComparer<T>
Namespace: Algorand.Unity
Assembly: cs.temp.dll.dll
Syntax
public struct ByteEnumComparer<T> : IEqualityComparer<T> where T : EnumType Parameters
| Name | Description | 
|---|---|
| T | 
Fields
Instance
Declaration
public static readonly ByteEnumComparer<T> InstanceField Value
| Type | Description | 
|---|---|
| ByteEnumComparer<T> | 
Methods
Equals(T, T)
Declaration
public static bool Equals(T x, T y)Parameters
| Type | Name | Description | 
|---|---|---|
| T | x | |
| T | y | 
Returns
| Type | Description | 
|---|---|
| Boolean | 
GetHashCode(T)
Declaration
public static int GetHashCode(T obj)Parameters
| Type | Name | Description | 
|---|---|---|
| T | obj | 
Returns
| Type | Description | 
|---|---|
| Int32 |