IntentComparer.IComparer<IntentRecommendation>.Compare 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.
int IComparer<IntentRecommendation>.Compare (Microsoft.Bot.Builder.Luis.Models.IntentRecommendation one, Microsoft.Bot.Builder.Luis.Models.IntentRecommendation two);
abstract member System.Collections.Generic.IComparer<Microsoft.Bot.Builder.Luis.Models.IntentRecommendation>.Compare : Microsoft.Bot.Builder.Luis.Models.IntentRecommendation * Microsoft.Bot.Builder.Luis.Models.IntentRecommendation -> int
override this.System.Collections.Generic.IComparer<Microsoft.Bot.Builder.Luis.Models.IntentRecommendation>.Compare : Microsoft.Bot.Builder.Luis.Models.IntentRecommendation * Microsoft.Bot.Builder.Luis.Models.IntentRecommendation -> int
Function Compare (one As IntentRecommendation, two As IntentRecommendation) As Integer Implements IComparer(Of IntentRecommendation).Compare