iText 5

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

Returns

Name

bool

Equals

(object obj)

int

GetHashCode

()

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