docs.unity.cn
    Show / Hide Table of Contents

    Struct EntryStableGuid

    Namespace: Unity.Reflect.Actors
    Syntax
    [Serializable]
    public struct EntryStableGuid : IFormattable, IComparable, IComparable<EntryStableGuid>, IEquatable<EntryStableGuid>

    Constructors

    EntryStableGuid(Byte[])

    Declaration
    public EntryStableGuid(byte[] b)
    Parameters
    Type Name Description
    Byte[] b

    Properties

    GetUntypedGuid

    Declaration
    public readonly Guid GetUntypedGuid { get; }
    Property Value
    Type Description
    Guid

    Methods

    CompareTo(Object)

    Declaration
    public int CompareTo(object obj)
    Parameters
    Type Name Description
    Object obj
    Returns
    Type Description
    Int32

    CompareTo(EntryStableGuid)

    Declaration
    public int CompareTo(EntryStableGuid other)
    Parameters
    Type Name Description
    EntryStableGuid other
    Returns
    Type Description
    Int32

    Equals(Object)

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

    Equals(EntryStableGuid)

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

    GetHashCode()

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

    NewGuid()

    Declaration
    public static EntryStableGuid NewGuid()
    Returns
    Type Description
    EntryStableGuid

    ToString()

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

    ToString(String, IFormatProvider)

    Declaration
    public string ToString(string format, IFormatProvider formatProvider)
    Parameters
    Type Name Description
    String format
    IFormatProvider formatProvider
    Returns
    Type Description
    String

    Operators

    Equality(EntryStableGuid, EntryStableGuid)

    Declaration
    public static bool operator ==(EntryStableGuid a, EntryStableGuid b)
    Parameters
    Type Name Description
    EntryStableGuid a
    EntryStableGuid b
    Returns
    Type Description
    Boolean

    Inequality(EntryStableGuid, EntryStableGuid)

    Declaration
    public static bool operator !=(EntryStableGuid a, EntryStableGuid b)
    Parameters
    Type Name Description
    EntryStableGuid a
    EntryStableGuid b
    Returns
    Type Description
    Boolean
    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on 03 February 2022
    Terms of use