struct ValueTuple<T1>
Represents a value tuple with a single component.
T1The type of the value tuple's only element.
public bool Equals( object obj )
Returns a value that indicates whether the current instance is equal to a specified object.
objThe object to compare with this instance.- Returns if the current instance is equal to the specified object; otherwise, .
public T1 Item1
Gets the value of the current instance's first element.
public bool Equals( ValueTuple<T1> other )
😔 No documentation found.
public int CompareTo( ValueTuple<T1> other )
😔 No documentation found.
public int GetHashCode( )
😔 No documentation found.
public string ToString( )
😔 No documentation found.
public Type GetType( )
😔 No documentation found.
public ValueTuple<T1>( T1 item1 )
😔 No documentation found.