equal

Compare two wrapped values for equality.

Return

true if x.value == y.value or if both arguments are null, otherwise false.

Parameters

x

(nullable) First object for comparison.

y

(nullable) Second object for comparison.