Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

XamarinAppRect does not implement value comparison. #34

Open
XiaotianNetlift opened this issue Mar 3, 2020 · 0 comments
Open

XamarinAppRect does not implement value comparison. #34

XiaotianNetlift opened this issue Mar 3, 2020 · 0 comments

Comments

@XiaotianNetlift
Copy link

I'm submitting a...

  • Feature request

Current behavior

XamarinAppRect does not implement value comparison, only the object's default referential comparison.

Expected behavior

XamarinAppRect should implement value comparison.

Minimal reproduction of the problem with instructions

var target = _app.Marked("TargetTextBox");
var rect1 = target.FirstResult().Rect;
var rect2 = target.FirstResult().Rect;

rect1.Should().Be(rect2); // fails
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant