docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Operator operator !=

    operator !=(BlobAssetReference<T>, BlobAssetReference<T>)

    Two BlobAssetReferences are not equal unless they reference the same data.

    Declaration
    public static bool operator !=(BlobAssetReference<T> lhs, BlobAssetReference<T> rhs)
    Parameters
    Type Name Description
    BlobAssetReference<T> lhs

    The BlobAssetReference on the left side of the operator.

    BlobAssetReference<T> rhs

    The BlobAssetReference on the right side of the operator.

    Returns
    Type Description
    bool

    True, if the references point to different data in memory or if one is Null.

    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)