Class PairOutputs<A, B>.Pair
  
  Holds a single pair of two outputs. 
 
  
  
    Inheritance
    System.Object
    PairOutputs<A, B>.Pair
   
  
  Assembly: Lucene.Net.dll
  Syntax
  
    public class Pair : object
   
  Properties
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  Output1
  
  
  Declaration
  
    public A Output1 { get; }
   
  Property Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  Output2
  
  
  Declaration
  
    public B Output2 { get; }
   
  Property Value
  
  Methods
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  Equals(Object)
  
  
  Declaration
  
    public override bool Equals(object other)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.Object | 
        other | 
         | 
      
    
  
  Returns
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Boolean | 
         | 
      
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  GetHashCode()
  
  
  Declaration
  
    public override int GetHashCode()
   
  Returns
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Int32 | 
         |