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