[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Type Parameters
- FirstT
- SecondT
General-purpose pair of values of any type. The pair equals another pair if
the objects that form the pair equal in any order, ie. first pair first object equals (.equals)
the second pair first object or second object, and the first pair second object equals the second pair first object
or second object.
The following tables list the members exposed by the InterchangeablePair<(Of FirstT, SecondT>) generic type.
Public Methods
Name | Description | |
---|---|---|
![]() | Equals | (Overrides .Equals(Object).) |
![]() | GetHashCode |
Serves as a hash function for a particular type.
(Overrides .GetHashCode().) |
![]() | GetType | (Inherited from Object.) |
![]() | ToString | (Overrides .ToString().) |
Protected Methods
Name | Description | |
---|---|---|
![]() | Finalize | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
Public Constructors
Name | Description | |
---|---|---|
![]() | InterchangeablePair<(Of FirstT, SecondT>)New | Construct pair of values. |