Struct CeresGraphIdentifier
  
  
  
  
    Inherited Members
    
      object.Equals(object, object)
    
    
      object.GetType()
    
    
      object.ReferenceEquals(object, object)
    
   
  
  Assembly: cs.temp.dll.dll
  Syntax
  
    public struct CeresGraphIdentifier : IEquatable<CeresGraphIdentifier>
   
  Fields
  boundObject
  
  
  Declaration
  
    public UObject boundObject
   
  Field Value
  
  containerType
  
  
  Declaration
  
    public string containerType
   
  Field Value
  
  Methods
  
  Equals(CeresGraphIdentifier)
  
  
  Declaration
  
    public bool Equals(CeresGraphIdentifier other)
   
  Parameters
  
  Returns
  
  
  Equals(object)
  
  
  Declaration
  
    public override bool Equals(object obj)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | object | 
        obj | 
         | 
      
    
  
  Returns
  
  Overrides
  System.ValueType.Equals(object)
  
  GetContainer<TContainer>()
  
  
  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
  
  Overrides
  System.ValueType.GetHashCode()
  
  IsValid()
  
  
  Declaration
  
  Returns
  
  
  ToString()
  
  
  Declaration
  
    public override string ToString()
   
  Returns
  
  Overrides
  System.ValueType.ToString()
  Implements
  
      IEquatable<>