Class StringArrayComparer
Compare to string arrays.
Implements
Inherited Members
Namespace: Evergine.Assets.Exporters
Assembly: Evergine.Assets.dll
Syntax
public class StringArrayComparer : IEqualityComparer<string[]>
Methods
Equals(string[], string[])
Compare to string arrays method.
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 | Return true whether two list are equals and false in 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. |