Tuple(Of T1, T2, T3, T4, T5, T6) Methods
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
The Tuple(Of T1, T2, T3, T4, T5, T6) type exposes the following members.
| Name | Description | |
|---|---|---|
|
Equals | Returns a value that indicates whether the current Tuple(Of T1, T2, T3, T4, T5, T6) 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 the Object is reclaimed by garbage collection. (Inherited from Object.) |
|
GetHashCode | Returns the hash code for the current Tuple(Of T1, T2, T3, T4, T5, T6) 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(Of T1, T2, T3, T4, T5, T6) instance. (Overrides Object.ToString.) |
| Name | Description | |
|---|---|---|
|
IComparable.CompareTo | Compares the current Tuple(Of T1, T2, T3, T4, T5, T6) 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(Of T1, T2, T3, T4, T5, T6) 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(Of T1, T2, T3, T4, T5, T6) object is equal to a specified object based on a specified comparison method. |
|
IStructuralEquatable.GetHashCode | Calculates the hash code for the current Tuple(Of T1, T2, T3, T4, T5, T6) object by using a specified computation method. |
Show: