Partager via


CoreStrings.BadValueComparerType(Object, Object) Méthode

Définition

Le type « {givenType} » ne peut pas être utilisé comme comparateur de valeurs, car il n’hérite pas de « {expectedType} ». Veillez à hériter des comparateurs de valeurs de « {expectedType} ».

public static string BadValueComparerType (object? givenType, object? expectedType);
static member BadValueComparerType : obj * obj -> string
Public Shared Function BadValueComparerType (givenType As Object, expectedType As Object) As String

Paramètres

givenType
Object
expectedType
Object

Retours

S’applique à