Skip to main content
Skip table of contents

PairT

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
ReturnsName
boolEquals(object obj)
intGetHashCode()

Details

Constructors

Pair

Source code

public Pair(T first, T second)
Arguments
TypeNameDescription
Tfirst
Tsecond

Methods

Equals

Source code

public override bool Equals(object obj)
Arguments
TypeNameDescription
objectobj
GetHashCode

Source code

public override int GetHashCode()

Generated with ModularDoc

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.