CoreStrings.BadValueComparerType(Object, Object) 方法

定义

类型“{givenType}”不能用作值比较器,因为它不继承自“{expectedType}”。 请确保从“{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

参数

givenType
Object
expectedType
Object

返回

适用于