docs.unity.cn
    Show / Hide Table of Contents

    Method Equals

    Equals(AsyncOperationHandle<TObject>)

    Provide equality for this struct.

    Declaration
    public bool Equals(AsyncOperationHandle<TObject> other)
    Parameters
    Type Name Description
    AsyncOperationHandle<TObject> other

    The operation to compare to.

    Returns
    Type Description
    Boolean

    True if the the operation handles reference the same AsyncOperation and the version is the same.

    Implements
    IEquatable<T>.Equals(T)
    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Friday, August 12, 2022
    Terms of use