Pair T1, T2  MethodsDryadLINQ documentation

The Pair T1, T2  type exposes the following members.

Methods

  NameDescription
Public methodEquals(Object)
Indicates whether this instance and a specified object are equal.
(Overrides ValueType Equals(Object).)
Public methodEquals(Pair T1, T2 )
Determines whether this instance and another Pair are equal.
Public methodStatic memberEquals(Pair T1, T2 , Pair T1, T2 )
Determines whether two specified Pairs are equal.
Public methodGetHashCode
Returns the hash code of the current Pair.
(Overrides ValueType GetHashCode .)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current Pair.
(Overrides ValueType ToString .)
Top
See Also