docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Struct OrganizationId

    This struct holds information about the genesis organization identifier.

    Inherited Members
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: Unity.Cloud.Common
    Assembly: Unity.Cloud.Common.dll
    Syntax
    public readonly struct OrganizationId

    Constructors

    OrganizationId(string)

    Returns a OrganizationId using a string.

    Declaration
    public OrganizationId(string value)
    Parameters
    Type Name Description
    string value

    The string representing the organization identifier

    Fields

    None

    Return the value of an identifier representing a genesis organization id.

    Declaration
    public static readonly OrganizationId None
    Field Value
    Type Description
    OrganizationId

    Methods

    Equals(object)

    Validate obj is a OrganizationId instance and have the same values as this instance.

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

    Compare the values with this instance.

    Returns
    Type Description
    bool

    true if both instance have the same values; false otherwise.

    Overrides
    ValueType.Equals(object)

    Equals(OrganizationId)

    Returns whether two OrganizationId objects are equals.

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

    true if both instance have the same values; false otherwise.

    GetHashCode()

    Compute a hash code for the object.

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    int

    A hash code for the current object.

    Overrides
    ValueType.GetHashCode()
    Remarks
    • You should not assume that equal hash codes imply object equality.
    • You should never persist or use a hash code outside the application domain in which it was created, because the same object may hash differently across application domains, processes, and platforms.

    ToString()

    Get the string representation of this OrganizationId.

    Declaration
    public override string ToString()
    Returns
    Type Description
    string

    The string result.

    Overrides
    ValueType.ToString()

    Operators

    operator ==(OrganizationId, OrganizationId)

    Get if two OrganizationId represent the same.

    Declaration
    public static bool operator ==(OrganizationId left, OrganizationId right)
    Parameters
    Type Name Description
    OrganizationId left

    Compare with this first instance.

    OrganizationId right

    Compare with this other instance.

    Returns
    Type Description
    bool

    true if both instances represent the same; false otherwise.

    explicit operator string(OrganizationId)

    Explicitly cast a OrganizationId to a string>

    Declaration
    public static explicit operator string(OrganizationId oId)
    Parameters
    Type Name Description
    OrganizationId oId

    Object to cast

    Returns
    Type Description
    string

    The resulting string

    operator !=(OrganizationId, OrganizationId)

    Get if two OrganizationId does not represent the same.

    Declaration
    public static bool operator !=(OrganizationId left, OrganizationId right)
    Parameters
    Type Name Description
    OrganizationId left

    Compare with this first instance.

    OrganizationId right

    Compare with this other instance.

    Returns
    Type Description
    bool

    true if both instances are not the same; false if both instances are the same.

    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)