docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class Utils

    Utility class for various helper methods.

    Inheritance
    object
    Utils
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    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.

    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)