Tuple<T1> Methods
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Returns a value that indicates whether the current Tuple<T1> 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> object.(Overrides Object::GetHashCode().) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | ToString() | Returns a string that represents the value of this Tuple<T1> instance.(Overrides Object::ToString().) |
| Name | Description | |
|---|---|---|
![]() | Deconstruct<T1>(T1%) | Overloaded. Deconstructs a tuple with 1 element into a separate variable.(Defined by TupleExtensions.) |
![]() | ToValueTuple<T1>() | Overloaded. Converts an instance of the Tuple class to an instance of the ValueTuple structure. (Defined by TupleExtensions.) |
| Name | Description | |
|---|---|---|
![]() ![]() | IStructuralComparable::CompareTo(Object^, IComparer^) | Compares the current Tuple<T1> 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(Object^, IEqualityComparer^) | Returns a value that indicates whether the current Tuple<T1> object is equal to a specified object based on a specified comparison method. |
![]() ![]() | IStructuralEquatable::GetHashCode(IEqualityComparer^) | Calculates the hash code for the current Tuple<T1> object by using a specified computation method. |
![]() ![]() | IComparable::CompareTo(Object^) | Compares the current Tuple<T1> 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. |



