View Source
  Struct CompositeTypeTypeKey
  
  Represents a composite key of (Type, Type) for fast dictionaries.
Assembly: Umbraco.Core.dll
  Syntax
  
    public struct CompositeTypeTypeKey
   
  Constructors
  
  
    View Source
  
  CompositeTypeTypeKey(Type, Type)
  
  
  Declaration
  
    public CompositeTypeTypeKey(Type type1, Type type2)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | Type | type1 |  | 
      
        | Type | type2 |  | 
    
  
  Properties
  
  
    View Source
  
  Type1
  
  
  Declaration
  
    public readonly Type Type1 { get; }
   
  Property Value
  
  
    View Source
  
  Type2
  
  
  Declaration
  
    public readonly Type Type2 { 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(CompositeTypeTypeKey)
  
  
  Declaration
  
    public bool Equals(CompositeTypeTypeKey other)
   
  Parameters
  
  Returns
  
    
      
        | Type | Description | 
    
    
      
        | System.Boolean |  | 
    
  
  
    View Source
  
  GetHashCode()
  
  
  Declaration
  
    public override int GetHashCode()
   
  Returns
  
    
      
        | Type | Description | 
    
    
      
        | System.Int32 |  | 
    
  
  Operators
  
  
    View Source
  
  Equality(CompositeTypeTypeKey, CompositeTypeTypeKey)
  
  
  Declaration
  
    public static bool operator ==(CompositeTypeTypeKey key1, CompositeTypeTypeKey key2)
   
  Parameters
  
  Returns
  
    
      
        | Type | Description | 
    
    
      
        | System.Boolean |  | 
    
  
  
    View Source
  
  Inequality(CompositeTypeTypeKey, CompositeTypeTypeKey)
  
  
  Declaration
  
    public static bool operator !=(CompositeTypeTypeKey key1, CompositeTypeTypeKey key2)
   
  Parameters
  
  Returns
  
    
      
        | Type | Description | 
    
    
      
        | System.Boolean |  |