docs.unity3d.com
    Show / Hide Table of Contents

    Method Equals

    Equals(BlobAssetReference<T>)

    Two BlobAssetReferences are equal when they reference the same data.

    Declaration
    public bool Equals(BlobAssetReference<T> other)
    Parameters
    Type Name Description
    BlobAssetReference<T> other

    The reference to compare to this one.

    Returns
    Type Description
    Boolean

    True, if both references point to the same data or if both are Null.

    Equals(Object)

    Two BlobAssetReferences are equal when they reference the same data.

    Declaration
    public override bool Equals(object obj)
    Parameters
    Type Name Description
    Object obj

    The object to compare to this reference

    Returns
    Type Description
    Boolean

    True, if the object is a BlobAssetReference instance that references to the same data as this one, or if both objects are Null BlobAssetReference instances.

    Overrides
    ValueType.Equals(Object)
    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