Struct IntEnumComparer<T>
Namespace: Algorand.Unity
Assembly: cs.temp.dll.dll
Syntax
public struct IntEnumComparer<T> : IEqualityComparer<T> where T : Enum
Type Parameters
| Name | Description |
|---|---|
| T |
Fields
Instance
Declaration
public static readonly IntEnumComparer<T> Instance
Field Value
| Type | Description |
|---|---|
| IntEnumComparer<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 |