Click or drag to resize

PairT1, T2 Structure

Namespace:  PDTec.IceNet.Sdk.Utils
Assembly:  PDTec.IceNet.Sdk (in PDTec.IceNet.Sdk.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax
C#
public struct Pair<T1, T2> : IEquatable<Pair<T1, T2>>

Type Parameters

T1
T2

The PairT1, T2 type exposes the following members.

Constructors
  NameDescription
Public methodPairT1, T2
Initializes a new instance of the PairT1, T2 class
Top
Methods
  NameDescription
Public methodEquals(Object) (Overrides ValueTypeEquals(Object).)
Public methodEquals(PairUTT, UTT)
Public methodGetHashCode (Overrides ValueTypeGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Top
Operators
  NameDescription
Public operatorStatic memberEquality
Public operatorStatic memberInequality
Top
Fields
  NameDescription
Public fieldFirst
Public fieldSecond
Top
See Also