Tuple Members
Include Protected Members
Include Inherited Members
Represents an ordered collection of members from different hierarchies.
The Tuple type exposes the following members.
Methods
Name | Description | |
---|---|---|
Equals(Object) | Determines whether two instances of System.Object are equal. (Overrides Object.Equals(Object).) | |
Finalize() | (Inherited from Object.) | |
GetHashCode() | Serves as a hash function for a particular type, for use in hashing algorithms and data structures such as hash tables. (Overrides Object.GetHashCode().) | |
GetType() | (Inherited from Object.) | |
MemberwiseClone() | (Inherited from Object.) | |
ToString() | (Inherited from Object.) |
Top
Operators
Name | Description | |
---|---|---|
Equality(Tuple, Tuple) | Determines whether two specified instances of Tuple are equal. | |
Inequality(Tuple, Tuple) | Determines whether two specified instances of Tuple are not equal. |
Top
Properties
Name | Description | |
---|---|---|
Members | Gets an instance of the MemberCollection class from the Tuple. | |
TupleOrdinal | Gets the ordinal position of the Tuple. |
Top