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
|
Returns |
Name |
|---|---|
|
|
( |
|
|
() |
Details
Constructors
Pair
Source code
public Pair(T first, T second)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
first |
|
|
|
second |
Methods
Equals
Source code
public override bool Equals(object obj)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
obj |
GetHashCode
Source code
public override int GetHashCode()
Generated with ModularDoc