Class Utils
Utility class for various helper methods.
Inherited Members
Namespace: Unity.PolySpatial.Extensions
Assembly: Unity.PolySpatial.Extensions.Runtime.dll
Syntax
public static class Utils
Methods
LexicalCompare(string, string)
Compares two strings lexicographically.
Declaration
public static int LexicalCompare(string x, string y)
Parameters
Type | Name | Description |
---|---|---|
string | x | The first string. |
string | y | The second string. |
Returns
Type | Description |
---|---|
int | The result of the comparison. |