| PairTFirst, TSecond Structure |
Namespace: DigitalRune.Collections
[SerializableAttribute] public struct Pair<TFirst, TSecond> : IEquatable<Pair<TFirst, TSecond>>
The PairTFirst, TSecond type exposes the following members.
| Name | Description | |
|---|---|---|
| PairTFirst, TSecond |
Initializes a new instance of the PairTFirst, TSecond class with the given
objects.
|
| Name | Description | |
|---|---|---|
| Equals(Object) | (Overrides ValueTypeEquals(Object).) | |
| Equals(PairTFirst, TSecond) |
Indicates whether the current object is equal to another object of the same type.
| |
| GetHashCode |
Returns the hash code for this instance.
(Overrides ValueTypeGetHashCode.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | (Overrides ValueTypeToString.) |
| Name | Description | |
|---|---|---|
| Equality |
Compares two PairTFirst, TSecond objects to determine whether they are the
same.
| |
| Inequality |
Compares two PairTFirst, TSecond objects to determine whether they are
different.
|