Struct BinaryOperatorHandler.OperatorQuery
  
  
  
  Namespace: Ludiq
  
  Syntax
  
    public struct OperatorQuery : IEquatable<BinaryOperatorHandler.OperatorQuery>
   
  Constructors
  
  
  
  
  OperatorQuery(Type, Type)
  
  
  Declaration
  
    public OperatorQuery(Type leftType, Type rightType)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | Type | 
        leftType | 
         | 
      
      
        | Type | 
        rightType | 
         | 
      
    
  
  Fields
  
  
  
  leftType
  
  
  Declaration
  
    public readonly Type leftType
   
  Field Value
  
  
  
  rightType
  
  
  Declaration
  
    public readonly Type rightType
   
  Field Value
  
  Methods
  
  
  
  
  Equals(BinaryOperatorHandler.OperatorQuery)
  
  
  Declaration
  
    public bool Equals(BinaryOperatorHandler.OperatorQuery other)
   
  Parameters
  
  Returns
  
  
  
  
  Equals(Object)
  
  
  Declaration
  
    public override bool Equals(object obj)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | Object | 
        obj | 
         | 
      
    
  
  Returns
  
  Overrides
  
  
  
  
  GetHashCode()
  
  
  Declaration
  
    public override int GetHashCode()
   
  Returns
  
  Overrides
  
  Extension Methods