Inherits global.SystemIEquatable< global::System.ValueTuple >, global.SystemCollections.IStructuralEquatable, global.SystemCollections.IStructuralComparable, global.SystemIComparable, global.SystemIComparable< global::System.ValueTuple >, global.SystemIValueTupleInternal, global.SystemRuntime.CompilerServices.ITuple, global.SystemIEquatable< global::System.ValueTuple< T1 > >, global.SystemCollections.IStructuralEquatable, global.SystemCollections.IStructuralComparable, global.SystemIComparable, global.SystemIComparable< global::System.ValueTuple< T1 > >, global.SystemIValueTupleInternal, global.SystemRuntime.CompilerServices.ITuple, global.SystemIEquatable< global::System.ValueTuple< T1, T2 > >, global.SystemCollections.IStructuralEquatable, global.SystemCollections.IStructuralComparable, global.SystemIComparable, global.SystemIComparable< global::System.ValueTuple< T1, T2 > >, global.SystemIValueTupleInternal, global.SystemRuntime.CompilerServices.ITuple, global.SystemIEquatable< global::System.ValueTuple< T1, T2, T3 > >, global.SystemCollections.IStructuralEquatable, global.SystemCollections.IStructuralComparable, global.SystemIComparable, global.SystemIComparable< global::System.ValueTuple< T1, T2, T3 > >, global.SystemIValueTupleInternal, global.SystemRuntime.CompilerServices.ITuple, global.SystemIEquatable< global::System.ValueTuple< T1, T2, T3, T4 > >, global.SystemCollections.IStructuralEquatable, global.SystemCollections.IStructuralComparable, global.SystemIComparable, global.SystemIComparable< global::System.ValueTuple< T1, T2, T3, T4 > >, global.SystemIValueTupleInternal, global.SystemRuntime.CompilerServices.ITuple, global.SystemIEquatable< global::System.ValueTuple< T1, T2, T3, T4, T5 > >, global.SystemCollections.IStructuralEquatable, global.SystemCollections.IStructuralComparable, global.SystemIComparable, global.SystemIComparable< global::System.ValueTuple< T1, T2, T3, T4, T5 > >, global.SystemIValueTupleInternal, global.SystemRuntime.CompilerServices.ITuple, global.SystemIEquatable< global::System.ValueTuple< T1, T2, T3, T4, T5, T6, T7, TRest > >, global.SystemCollections.IStructuralEquatable, global.SystemCollections.IStructuralComparable, global.SystemIComparable, global.SystemIComparable< global::System.ValueTuple< T1, T2, T3, T4, T5, T6, T7, TRest > >, global.SystemIValueTupleInternal, and global.SystemRuntime.CompilerServices.ITuple.
|
| | ValueTuple (T1 item1) |
| |
| override bool | Equals (object obj) |
| |
| bool | Equals (global::System.ValueTuple< T1 > other) |
| |
| int | CompareTo (global::System.ValueTuple< T1 > other) |
| |
| override int | GetHashCode () |
| |
| override string | ToString () |
| |
| | ValueTuple (T1 item1, T2 item2) |
| |
| override bool | Equals (object obj) |
| |
| bool | Equals (global::System.ValueTuple< T1, T2 > other) |
| |
| int | CompareTo (global::System.ValueTuple< T1, T2 > other) |
| |
| override int | GetHashCode () |
| |
| override string | ToString () |
| |
| | ValueTuple (T1 item1, T2 item2, T3 item3) |
| |
| override bool | Equals (object obj) |
| |
| bool | Equals (global::System.ValueTuple< T1, T2, T3 > other) |
| |
| int | CompareTo (global::System.ValueTuple< T1, T2, T3 > other) |
| |
| override int | GetHashCode () |
| |
| override string | ToString () |
| |
| | ValueTuple (T1 item1, T2 item2, T3 item3, T4 item4) |
| |
| override bool | Equals (object obj) |
| |
| bool | Equals (global::System.ValueTuple< T1, T2, T3, T4 > other) |
| |
| int | CompareTo (global::System.ValueTuple< T1, T2, T3, T4 > other) |
| |
| override int | GetHashCode () |
| |
| override string | ToString () |
| |
| | ValueTuple (T1 item1, T2 item2, T3 item3, T4 item4, T5 item5) |
| |
| override bool | Equals (object obj) |
| |
| bool | Equals (global::System.ValueTuple< T1, T2, T3, T4, T5 > other) |
| |
| int | CompareTo (global::System.ValueTuple< T1, T2, T3, T4, T5 > other) |
| |
| override int | GetHashCode () |
| |
| override string | ToString () |
| |
| | ValueTuple (T1 item1, T2 item2, T3 item3, T4 item4, T5 item5, T6 item6, T7 item7, TRest rest) |
| |
| override bool | Equals (object obj) |
| |
| bool | Equals (global::System.ValueTuple< T1, T2, T3, T4, T5, T6, T7, TRest > other) |
| |
| int | CompareTo (global::System.ValueTuple< T1, T2, T3, T4, T5, T6, T7, TRest > other) |
| |
| override int | GetHashCode () |
| |
| override string | ToString () |
| |
| override bool | Equals (object obj) |
| |
| bool | Equals (global::System.ValueTuple other) |
| |
| int | CompareTo (global::System.ValueTuple other) |
| |
| override int | GetHashCode () |
| |
| override string | ToString () |
| |
|
| static int | CombineHashCodes (int h1, int h2) |
| |
| static int | CombineHashCodes (int h1, int h2, int h3) |
| |
| static int | CombineHashCodes (int h1, int h2, int h3, int h4) |
| |
| static int | CombineHashCodes (int h1, int h2, int h3, int h4, int h5) |
| |
| static int | CombineHashCodes (int h1, int h2, int h3, int h4, int h5, int h6) |
| |
| static int | CombineHashCodes (int h1, int h2, int h3, int h4, int h5, int h6, int h7) |
| |
| static int | CombineHashCodes (int h1, int h2, int h3, int h4, int h5, int h6, int h7, int h8) |
| |
|
| int System.Runtime.CompilerServices.ITuple. | Length [get, set] |
| |
|
| bool System.Collections.IStructuralEquatable. | Equals (object other, global::System.Collections.IEqualityComparer comparer) |
| |
| int System.IComparable. | CompareTo (object other) |
| |
| int System.Collections.IStructuralComparable. | CompareTo (object other, global::System.Collections.IComparer comparer) |
| |
| int System.Collections.IStructuralEquatable. | GetHashCode (global::System.Collections.IEqualityComparer comparer) |
| |
| int System.IValueTupleInternal. | GetHashCode (global::System.Collections.IEqualityComparer comparer) |
| |
| string System.IValueTupleInternal. | ToStringEnd () |
| |
| bool System.Collections.IStructuralEquatable. | Equals (object other, global::System.Collections.IEqualityComparer comparer) |
| |
| int System.IComparable. | CompareTo (object other) |
| |
| int System.Collections.IStructuralComparable. | CompareTo (object other, global::System.Collections.IComparer comparer) |
| |
| int System.Collections.IStructuralEquatable. | GetHashCode (global::System.Collections.IEqualityComparer comparer) |
| |
| int | GetHashCodeCore (global::System.Collections.IEqualityComparer comparer) |
| |
| int System.IValueTupleInternal. | GetHashCode (global::System.Collections.IEqualityComparer comparer) |
| |
| string System.IValueTupleInternal. | ToStringEnd () |
| |
| bool System.Collections.IStructuralEquatable. | Equals (object other, global::System.Collections.IEqualityComparer comparer) |
| |
| int System.IComparable. | CompareTo (object other) |
| |
| int System.Collections.IStructuralComparable. | CompareTo (object other, global::System.Collections.IComparer comparer) |
| |
| int System.Collections.IStructuralEquatable. | GetHashCode (global::System.Collections.IEqualityComparer comparer) |
| |
| int | GetHashCodeCore (global::System.Collections.IEqualityComparer comparer) |
| |
| int System.IValueTupleInternal. | GetHashCode (global::System.Collections.IEqualityComparer comparer) |
| |
| string System.IValueTupleInternal. | ToStringEnd () |
| |
| bool System.Collections.IStructuralEquatable. | Equals (object other, global::System.Collections.IEqualityComparer comparer) |
| |
| int System.IComparable. | CompareTo (object other) |
| |
| int System.Collections.IStructuralComparable. | CompareTo (object other, global::System.Collections.IComparer comparer) |
| |
| int System.Collections.IStructuralEquatable. | GetHashCode (global::System.Collections.IEqualityComparer comparer) |
| |
| int | GetHashCodeCore (global::System.Collections.IEqualityComparer comparer) |
| |
| int System.IValueTupleInternal. | GetHashCode (global::System.Collections.IEqualityComparer comparer) |
| |
| string System.IValueTupleInternal. | ToStringEnd () |
| |
| bool System.Collections.IStructuralEquatable. | Equals (object other, global::System.Collections.IEqualityComparer comparer) |
| |
| int System.IComparable. | CompareTo (object other) |
| |
| int System.Collections.IStructuralComparable. | CompareTo (object other, global::System.Collections.IComparer comparer) |
| |
| int System.Collections.IStructuralEquatable. | GetHashCode (global::System.Collections.IEqualityComparer comparer) |
| |
| int | GetHashCodeCore (global::System.Collections.IEqualityComparer comparer) |
| |
| int System.IValueTupleInternal. | GetHashCode (global::System.Collections.IEqualityComparer comparer) |
| |
| string System.IValueTupleInternal. | ToStringEnd () |
| |
| bool System.Collections.IStructuralEquatable. | Equals (object other, global::System.Collections.IEqualityComparer comparer) |
| |
| int System.IComparable. | CompareTo (object other) |
| |
| int System.Collections.IStructuralComparable. | CompareTo (object other, global::System.Collections.IComparer comparer) |
| |
| int System.Collections.IStructuralEquatable. | GetHashCode (global::System.Collections.IEqualityComparer comparer) |
| |
| int | GetHashCodeCore (global::System.Collections.IEqualityComparer comparer) |
| |
| int System.IValueTupleInternal. | GetHashCode (global::System.Collections.IEqualityComparer comparer) |
| |
| string System.IValueTupleInternal. | ToStringEnd () |
| |
| bool System.Collections.IStructuralEquatable. | Equals (object other, global::System.Collections.IEqualityComparer comparer) |
| |
| int System.IComparable. | CompareTo (object other) |
| |
| int System.Collections.IStructuralComparable. | CompareTo (object other, global::System.Collections.IComparer comparer) |
| |
| int System.Collections.IStructuralEquatable. | GetHashCode (global::System.Collections.IEqualityComparer comparer) |
| |
| int System.IValueTupleInternal. | GetHashCode (global::System.Collections.IEqualityComparer comparer) |
| |
| string System.IValueTupleInternal. | ToStringEnd () |
| |
Definition at line 14 of file ValueTuple.7.cs.
The documentation for this struct was generated from the following files: