Pair<T1, T2> Methods

Include Protected Members
Include Inherited Members

The Pair<T1, T2> type exposes the following members.

Methods

  Name Description
Public method Equals Indicates whether the values and the types of values in this pair and the supplied pair are the same. (Overrides ValueType.Equals(Object).)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode Gets the hash code of the two reference type instances. (Overrides ValueType.GetHashCode().)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString() Provides a string representation of the two values in the pair. (Overrides ValueType.ToString().)
Public method ToString(String) Replaces the {0} and {1} tokens in the supplied format string with the string values of the first and second values in the pair.

Top

See Also

Reference

Pair<T1, T2> Structure

Microsoft.BusinessData.Infrastructure Namespace