Pair<T1, T2> Methods
Include Protected Members
Include Inherited Members
The Pair<T1, T2> type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
![]() |
Equals | Indicates whether the values and the types of values in this pair and the supplied pair are the same. (Overrides ValueType.Equals(Object).) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | Gets the hash code of the two reference type instances. (Overrides ValueType.GetHashCode().) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString() | Provides a string representation of the two values in the pair. (Overrides ValueType.ToString().) |
![]() |
ToString(String) | Replaces the {0} and {1} tokens in the supplied format string with the string values of the first and second values in the pair. |
Top
.gif)
.gif)