docs.unity.cn
    Show / Hide Table of Contents

    Operator Equality

    Equality(BlobAssetReference<T>, BlobAssetReference<T>)

    Two BlobAssetReferences are equal when 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 both references point to the same data or if both are Null.

    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Wednesday, July 6, 2022
    Terms of use