docs.unity3d.com
    Show / Hide Table of Contents

    Struct RequestHandle

    Default values for cloud data storage settings

    Namespace: Unity.MARS.Companion.CloudStorage
    Syntax
    public struct RequestHandle : IEquatable<RequestHandle>

    Methods

    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
    Boolean

    True if both handles have the same id

    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
    Boolean

    True if both handles have the same id

    GetHashCode()

    Get a unique hash code for this handle; this is equal to its id

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    Int32

    The unique hash code

    ToString()

    Return a string representation of this handle

    Declaration
    public override string ToString()
    Returns
    Type Description
    String

    A string representation of this handle

    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