docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method Equals

    Equals(RequestHandle)

    Returns true if this handle has the same id as a given handle

    Declaration
    public bool Equals(RequestHandle other)
    Parameters
    Type Name Description
    RequestHandle other

    The other handle to be compared with this one

    Returns
    Type Description
    bool

    True if both handles have the same id

    Implements
    IEquatable<T>.Equals(T)

    Equals(object)

    Returns true if the object being compared is a RequestHandle this handle has the same id as a given handle

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

    The other object to be compared with this one

    Returns
    Type Description
    bool

    True if both handles have the same id

    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)