Class StringArrayComparer
Compares two string arrays.
Namespace: Evergine.Assets.Exporters
Assembly: Evergine.Assets.dll
Syntax
public class StringArrayComparer
Methods
Equals(string[], string[])
Compares two string arrays.
Declaration
public bool Equals(string[] x, string[] y)
Parameters
Type | Name | Description |
---|---|---|
string[] | x | String array 1. |
string[] | y | String array 2. |
Returns
Type | Description |
---|---|
bool | Returns true if the two lists are equal and false otherwise. |
GetHashCode(string[])
Gets the hash code.
Declaration
public int GetHashCode(string[] obj)
Parameters
Type | Name | Description |
---|---|---|
string[] | obj | String array. |
Returns
Type | Description |
---|---|
int | The hash code. |