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