PairT1, T2CompareTo 方法
Compares the current pair with another pair
将当前值对与另一个值对进行比较
命名空间: DeploySharp.Data程序集: DeploySharp (在 DeploySharp.dll 中) 版本:0.0.4+6e8a2e904469617cd59619d666c0e272985c0e33
public int CompareTo(
Pair<T1, T2> other
)
- other PairT1, T2
- The pair to compare/要比较的值对
Int32
A value indicating their relative order/指示它们相对顺序的值
IComparableTCompareTo(T)