docs.unity3d.com
Search Results for

    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
    bool

    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
    bool

    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)
    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)