This documentation is archived and is not being maintained.
Tuple<T1, T2, T3, T4> Methods
Visual Studio 2010
The Tuple<T1, T2, T3, T4> type exposes the following members.
| Name | Description | |
|---|---|---|
|
Equals | Returns a value that indicates whether the current Tuple<T1, T2, T3, T4> object is equal to a specified object. (Overrides Object::Equals(Object).) |
|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
|
GetHashCode | Returns the hash code for the current Tuple<T1, T2, T3, T4> object. (Overrides Object::GetHashCode().) |
|
GetType | Gets the Type of the current instance. (Inherited from Object.) |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
ToString | Returns a string that represents the value of this Tuple<T1, T2, T3, T4> instance. (Overrides Object::ToString().) |
| Name | Description | |
|---|---|---|
|
IComparable::CompareTo | Compares the current Tuple<T1, T2, T3, T4> object to a specified object and returns an integer that indicates whether the current object is before, after, or in the same position as the specified object in the sort order. |
|
IStructuralComparable::CompareTo | Compares the current Tuple<T1, T2, T3, T4> object to a specified object by using a specified comparer and returns an integer that indicates whether the current object is before, after, or in the same position as the specified object in the sort order. |
|
IStructuralEquatable::Equals | Returns a value that indicates whether the current Tuple<T1, T2, T3, T4> object is equal to a specified object based on a specified comparison method. |
|
IStructuralEquatable::GetHashCode | Calculates the hash code for the current Tuple<T1, T2, T3, T4> object by using a specified computation method. |
Show: