docs.unity3d.com
    Show / Hide Table of Contents

    Method Compare

    Compare(AddressableAssetEntry, AddressableAssetEntry)

    Compares two asset entries based on their guids.

    Declaration
    public virtual int Compare(AddressableAssetEntry x, AddressableAssetEntry y)
    Parameters
    Type Name Description
    AddressableAssetEntry x

    The first entry to compare.

    AddressableAssetEntry y

    The second entry to compare.

    Returns
    Type Description
    Int32

    Returns 0 if both entries are null or equivalent. Returns -1 if the first entry is null or the first entry precedes the second entry in the sort order. Returns 1 if the second entry is null or the first entry follows the second entry in the sort order.

    Implements
    IComparer<T>.Compare(T, T)
    Back to top
    Terms of use
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023