| OzTupleT1, T2 Class |
Namespace: Ozeki.Common
[SerializableAttribute] public class OzTuple<T1, T2> : IStructuralEquatable, IStructuralComparable, IComparable, IOzTuple
The OzTupleT1, T2 type exposes the following members.
| Name | Description | |
|---|---|---|
| OzTupleT1, T2 |
Initializes a new instance of the Tuple(Of T1, T2) class.
|
| Name | Description | |
|---|---|---|
| Equals |
Returns a value that indicates whether the current Tuple(Of T1, T2) object is equal to a specified object.
(Overrides ObjectEquals(Object).) | |
| GetHashCode |
Returns the hash code for the current Tuple(Of T1, T2) object.
(Overrides ObjectGetHashCode.) | |
| ToString |
Returns a string that represents the value of this Tuple(Of T1, T2) instance.
(Overrides ObjectToString.) |
| Name | Description | |
|---|---|---|
| Item1 |
Gets the value of the current Tuple(Of T1, T2) object's first component.
| |
| Item2 |
Gets the value of the current Tuple(Of T1, T2) object's second component.
|