Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public struct Pair<T1,T2> : IComparable<Microsoft.Bot.Builder.Internals.Fibers.Pair<T1,T2>>, IEquatable<Microsoft.Bot.Builder.Internals.Fibers.Pair<T1,T2>> where T1 : IEquatable<T1>, IComparable<T1> where T2 : IEquatable<T2>, IComparable<T2>
type Pair<'T1, 'T2 (requires 'T1 :> IEquatable<'T1> and 'T1 :> IComparable<'T1> and 'T2 :> IEquatable<'T2> and 'T2 :> IComparable<'T2>)> = struct