self-assert / Requirements / identical
Function: identical()
identical<
ValueType
>(expected
):Predicate
<ValueType
>
Returns a predicate that checks if the value is equal to the expected value.
Type Parameters
Type Parameter |
---|
ValueType |
Parameters
Parameter | Type |
---|---|
expected | ValueType |
Returns
Predicate
<ValueType
>