[NUI] Fix ControlState equality issue. (#1795)
authorJiyun Yang <ji.yang@samsung.com>
Fri, 3 Jul 2020 06:30:35 +0000 (15:30 +0900)
committerGitHub <noreply@github.com>
Fri, 3 Jul 2020 06:30:35 +0000 (15:30 +0900)
commitd4a9e020fe3e461606795f2e626a9c06c3d34283
treee36d5276b98d0d650224980442b64cf6ea49283c
parentb0080ef6b72e4d37887395b331cc635a28c1d47e
[NUI] Fix ControlState equality issue. (#1795)

This patch fixes such code working well.
```
ControlState a = ControlState.Normal + ControlState.Selected;

a == ControlState.Selected; // This should be true.

```

Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
src/Tizen.NUI/src/public/BaseComponents/ControlState.cs