Class ObjectKey | UIWidgets | 1.5.4-preview.12
docs.unity3d.com
    Show / Hide Table of Contents

    Class ObjectKey

    Inheritance
    Object
    Key
    LocalKey
    ObjectKey
    Inherited Members
    Key.key(String)
    Namespace: Unity.UIWidgets.widgets
    Syntax
    public class ObjectKey : LocalKey, IEquatable<ObjectKey>

    Constructors

    ObjectKey(Object)

    Declaration
    public ObjectKey(object value)
    Parameters
    Type Name Description
    Object value

    Fields

    value

    Declaration
    public readonly object value
    Field Value
    Type Description
    Object

    Methods

    Equals(Object)

    Declaration
    public override bool Equals(object obj)
    Parameters
    Type Name Description
    Object obj
    Returns
    Type Description
    Boolean
    Overrides
    Object.Equals(Object)

    Equals(ObjectKey)

    Declaration
    public bool Equals(ObjectKey other)
    Parameters
    Type Name Description
    ObjectKey other
    Returns
    Type Description
    Boolean

    GetHashCode()

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    Int32
    Overrides
    Object.GetHashCode()

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    String
    Overrides
    Object.ToString()

    Operators

    Equality(ObjectKey, ObjectKey)

    Declaration
    public static bool operator ==(ObjectKey left, ObjectKey right)
    Parameters
    Type Name Description
    ObjectKey left
    ObjectKey right
    Returns
    Type Description
    Boolean

    Inequality(ObjectKey, ObjectKey)

    Declaration
    public static bool operator !=(ObjectKey left, ObjectKey right)
    Parameters
    Type Name Description
    ObjectKey left
    ObjectKey right
    Returns
    Type Description
    Boolean
    Back to top
    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