CoreStrings.BadValueComparerType(Object, Object) Method

Definition

The type '{givenType}' cannot be used as a value comparer because it does not inherit from '{expectedType}'. Make sure to inherit value comparers from '{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

Parameters

givenType
Object
expectedType
Object

Returns

Applies to