View Source
  Struct ContentAndSettingsReference
  
  
  
  
  Assembly: Umbraco.Core.dll
  Syntax
  
    public struct ContentAndSettingsReference
   
  Constructors
  
  
    View Source
  
  ContentAndSettingsReference(Udi, Udi)
  
  
  Declaration
  
    public ContentAndSettingsReference(Udi contentUdi, Udi settingsUdi)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | Udi | contentUdi |  | 
      
        | Udi | settingsUdi |  | 
    
  
  Properties
  
  
    View Source
  
  ContentUdi
  
  
  Declaration
  
    public readonly Udi ContentUdi { get; }
   
  Property Value
  
  
    View Source
  
  SettingsUdi
  
  
  Declaration
  
    public readonly Udi SettingsUdi { get; }
   
  Property Value
  
  Methods
  
  
    View Source
  
  Equals(Object)
  
  
  Declaration
  
    public override bool Equals(object obj)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | System.Object | obj |  | 
    
  
  Returns
  
    
      
        | Type | Description | 
    
    
      
        | System.Boolean |  | 
    
  
  
    View Source
  
  Equals(ContentAndSettingsReference)
  
  
  Declaration
  
    public bool Equals(ContentAndSettingsReference other)
   
  Parameters
  
  Returns
  
    
      
        | Type | Description | 
    
    
      
        | System.Boolean |  | 
    
  
  
    View Source
  
  GetHashCode()
  
  
  Declaration
  
    public override int GetHashCode()
   
  Returns
  
    
      
        | Type | Description | 
    
    
      
        | System.Int32 |  | 
    
  
  Operators
  
  
    View Source
  
  Equality(ContentAndSettingsReference, ContentAndSettingsReference)
  
  
  Declaration
  
    public static bool operator ==(ContentAndSettingsReference left, ContentAndSettingsReference right)
   
  Parameters
  
  Returns
  
    
      
        | Type | Description | 
    
    
      
        | System.Boolean |  | 
    
  
  
    View Source
  
  Inequality(ContentAndSettingsReference, ContentAndSettingsReference)
  
  
  Declaration
  
    public static bool operator !=(ContentAndSettingsReference left, ContentAndSettingsReference right)
   
  Parameters
  
  Returns
  
    
      
        | Type | Description | 
    
    
      
        | System.Boolean |  |