Compartilhar via


Pair<T1,T2>.CompareTo(Pair<T1,T2>) Método

Definição

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>

Retornos

Implementações

Aplica-se a