Search Results for

    Show / Hide Table of Contents

    Struct CeresGraphIdentifier

    Identifier for ICeresGraphContainer instance

    Implements
    IEquatable<><CeresGraphIdentifier>
    Inherited Members
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: Ceres.Graph
    Assembly: cs.temp.dll.dll
    Syntax
    public struct CeresGraphIdentifier : IEquatable<CeresGraphIdentifier>

    Fields

    boundObject

    Declaration
    public UObject boundObject
    Field Value
    Type Description
    UObject

    containerType

    Declaration
    public string containerType
    Field Value
    Type Description
    string

    Methods

    Equals(CeresGraphIdentifier)

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

    Equals(object)

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

    GetContainer<TContainer>()

    Get ICeresGraphContainer from identifier

    Declaration
    public TContainer GetContainer<TContainer>() where TContainer : class, ICeresGraphContainer
    Returns
    Type Description
    TContainer
    Type Parameters
    Name Description
    TContainer

    GetHashCode()

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

    IsValid()

    Declaration
    public bool IsValid()
    Returns
    Type Description
    bool

    ToString()

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

    Implements

    IEquatable<>
    In This Article
    Back to top Copyright © 2025 AkiKurisu
    Generated with DocFX