Pair<T> Protected class
Diagram
flowchart LR
classDef interfaceStyle stroke-dasharray: 5 5;
classDef abstractStyle stroke-width:4px
subgraph iTextSharp.testutils.CompareTool
iTextSharp.testutils.CompareTool.ObjectPath.Pair_1[[Pair< T >]]
end
Members
Methods
Public methods
Details
Constructors
Pair
Source code
public Pair(T first, T second)
Arguments
Type | Name | Description |
---|
T | first | |
T | second | |
Methods
Equals
Source code
public override bool Equals(object obj)
Arguments
Type | Name | Description |
---|
object | obj | |
GetHashCode
Source code
public override int GetHashCode()
Generated with ModularDoc