Pair<T1,T2>.CompareTo(Pair<T1,T2>) Método
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
public int CompareTo(Microsoft.Bot.Builder.Internals.Fibers.Pair<T1,T2> other);
abstract member CompareTo : Microsoft.Bot.Builder.Internals.Fibers.Pair<'T1, 'T2 (requires 'T1 :> IEquatable<'T1> and 'T1 :> IComparable<'T1> and 'T2 :> IEquatable<'T2> and 'T2 :> IComparable<'T2>)> -> int
override this.CompareTo : Microsoft.Bot.Builder.Internals.Fibers.Pair<'T1, 'T2 (requires 'T1 :> IEquatable<'T1> and 'T1 :> IComparable<'T1> and 'T2 :> IEquatable<'T2> and 'T2 :> IComparable<'T2>)> -> int
Public Function CompareTo (other As Pair(Of T1, T2)) As Integer
Parâmetros
- other
- Pair<T1,T2>