Share via


Pair<T1,T2>.CompareTo(Pair<T1,T2>) Method

Definition

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

Parameters

other
Pair<T1,T2>

Returns

Implements

Applies to