The PairT1, T2 generic type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | Equals(Object) |
Indicates whether this instance and a specified object are equal.
(Overrides ValueTypeEquals(Object).) |
![]() | Equals(PairT1, T2) |
Determines whether this instance and another Pair are equal.
|
![]() ![]() | Equals(PairT1, T2, PairT1, T2) |
Determines whether two specified Pairs are equal.
|
![]() | GetHashCode |
Returns the hash code of the current Pair.
(Overrides ValueTypeGetHashCode.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString |
Returns a string that represents the current Pair.
(Overrides ValueTypeToString.) |
See Also