System.Tuple<T1> Members

The members of System.Tuple<T1> are listed below.

See Also: Inherited members from System.Object

Public Constructors

Tuple(T1)
Documentation for this section has not yet been entered.

Public Properties

[read-only]
Item1T1.

Gets the value of the Tuple`1 object's single component.

Public Methods

override
Equals(object) : bool

Returns a value that indicates whether the current Tuple`1 object is equal to a specified object.

override
GetHashCode() : int

Returns the hash code for the current Tuple`1 object.

override
ToString() : string

Returns a string that represents the value of this Tuple`1 instance.

Explicitly Implemented Interface Members

IComparable.CompareTo

Compares the current Tuple`1 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`1 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`1 object is equal to a specified object based on a specified comparison method.

IStructuralEquatable.GetHashCode

Calculates the hash code for the current Tuple`1 object by using a specified computation method.

ITuple.ToStringDocumentation for this section has not yet been entered.