IntentComparer.IComparer<IntentRecommendation>.Compare Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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