PairTKey, TValue Methods |
The PairTKey, TValue generic type exposes the following members.
Name | Description | |
---|---|---|
CompareTo |
Compares the current instance with another object of the same type and returns an integer that
indicates whether the current instance precedes, follows, or occurs in the same position in the
sort order as the other object.
| |
Equals(Object) |
Determines whether the specified Object is equal to the current PairTKey, TValue.
(Overrides ObjectEquals(Object).) | |
Equals(PairTKey, TValue) |
Determines whether the specified PairTKey, TValue is equal to the current PairTKey, TValue.
| |
GetHashCode |
Serves as a hash function for a particular type.
(Overrides ObjectGetHashCode.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
Read |
Reads the object from the specified reader.
| |
ToString |
Gets a string representation of the current PairTKey, TValue.
(Overrides ObjectToString.) | |
Write |
Writes the object to the specified writer.
|