ValueTuple<T1, T2, T3, T4, T5> Methods

 

Namespace:   System
Assembly:  mscorlib (in mscorlib.dll)

NameDescription
System_CAPS_pubmethodCompareTo(ValueTuple<T1, T2, T3, T4, T5>)

Compares the current ValueTuple<T1, T2, T3, T4, T5> instance to a specified ValueTuple<T1, T2, T3, T4, T5> instance.

System_CAPS_pubmethodEquals(Object^)

Returns a value that indicates whether the current ValueTuple<T1, T2, T3, T4, T5> instance is equal to a specified object.(Overrides ValueType::Equals(Object^).)

System_CAPS_pubmethodEquals(ValueTuple<T1, T2, T3, T4, T5>)

Returns a value that indicates whether the current ValueTuple<T1, T2, T3, T4, T5> instance is equal to a specified ValueTuple<T1, T2, T3, T4, T5> instance.

System_CAPS_pubmethodGetHashCode()

Calculates the hash code for the current ValueTuple<T1, T2, T3, T4, T5> instance.(Overrides ValueType::GetHashCode().)

System_CAPS_pubmethodGetType()

Gets the Type of the current instance.(Inherited from Object.)

System_CAPS_pubmethodToString()

Returns a string that represents the value of this ValueTuple<T1, T2, T3, T4, T5> instance. (Overrides ValueType::ToString().)

NameDescription
System_CAPS_pubinterfaceSystem_CAPS_privmethodIStructuralComparable::CompareTo(Object^, IComparer^)

Compares the current ValueTuple<T1, T2, T3, T4, T5> instance 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.

System_CAPS_pubinterfaceSystem_CAPS_privmethodIStructuralEquatable::Equals(Object^, IEqualityComparer^)

Returns a value that indicates whether the current ValueTuple<T1, T2, T3, T4, T5> instance is equal to a specified object based on a specified comparison method.

System_CAPS_pubinterfaceSystem_CAPS_privmethodIStructuralEquatable::GetHashCode(IEqualityComparer^)

Calculates the hash code for the current ValueTuple<T1, T2, T3, T4, T5> instance by using a specified computation method.

System_CAPS_pubinterfaceSystem_CAPS_privmethodIComparable::CompareTo(Object^)

Compares the current ValueTuple<T1, T2, T3, T4, T5> instance 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.

Return to top
Show: