struct ValueTuple
Provides static methods for creating value tuples.
public int CompareTo( ValueTuple other )
Compares the current instance to a specified instance.
otherThe object to compare with the current instance.- Returns This method always returns 0.
public bool Equals( object obj )
Returns a value that indicates whether the current instance is equal to a specified object.
objThe object to compare to the current instance.- Returns if is a instance; otherwise, .
public bool Equals( ValueTuple other )
Determines whether two instances are equal. This method always returns .
otherThe value tuple to compare with the current instance.- Returns This method always returns .
public int GetHashCode( )
😔 No documentation found.
public string ToString( )
😔 No documentation found.
public static ValueTuple Create( )
😔 No documentation found.
public static ValueTuple<T1> Create( T1 item1 )
😔 No documentation found.
public static ValueTuple<T1,T2> Create( T1 item1, T2 item2 )
😔 No documentation found.
public static ValueTuple<T1,T2,T3> Create( T1 item1, T2 item2, T3 item3 )
😔 No documentation found.
public static ValueTuple<T1,T2,T3,T4> Create( T1 item1, T2 item2, T3 item3, T4 item4 )
😔 No documentation found.
public static ValueTuple<T1,T2,T3,T4,T5> Create( T1 item1, T2 item2, T3 item3, T4 item4, T5 item5 )
😔 No documentation found.
public static ValueTuple<T1,T2,T3,T4,T5,T6> Create( T1 item1, T2 item2, T3 item3, T4 item4, T5 item5, T6 item6 )
😔 No documentation found.
public static ValueTuple<T1,T2,T3,T4,T5,T6,T7> Create( T1 item1, T2 item2, T3 item3, T4 item4, T5 item5, T6 item6, T7 item7 )
😔 No documentation found.
public static ValueTuple<T1,T2,T3,T4,T5,T6,T7,ValueTuple<T8>> Create( T1 item1, T2 item2, T3 item3, T4 item4, T5 item5, T6 item6, T7 item7, T8 item8 )
😔 No documentation found.
public Type GetType( )
😔 No documentation found.