System.Tuple<T1,T2>: Method Members

The methods of System.Tuple<T1,T2> are listed below. For a list of all members, see the Tuple<T1,T2> Members list.

See Also: Inherited members from System.Object

Public Methods

override
Equals(object) : bool

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

override
GetHashCode() : int

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

override
ToString() : string

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