Compare two wrapped values for equality. Returntrue if x.value == y.value or if both arguments are null, otherwise false.
true if x.value == y.value or if both arguments are null, otherwise false.
true
x.value == y.value
null
false
(nullable) First object for comparison.
(nullable) Second object for comparison.