Click or drag to resize

TripletT1, T2, T3 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 Triplet<T1, T2, T3> : IEquatable<Triplet<T1, T2, T3>>

Type Parameters

T1
T2
T3

The TripletT1, T2, T3 type exposes the following members.

Constructors
  NameDescription
Public methodTripletT1, T2, T3
Initializes a new instance of the TripletT1, T2, T3 class
Top
Methods
  NameDescription
Public methodEquals(Object) (Overrides ValueTypeEquals(Object).)
Public methodEquals(TripletUTT, UTT, 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
Public fieldThird
Top
See Also