Returns true if both RxValue values are equal
Will register both objects
@override bool operator ==(Object other) { return other is RxValue && value == other.value; }