docs.unity3d.com
    Show / Hide Table of Contents

    Operator Inequality

    Inequality(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
    Boolean

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

    Back to top
    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