Property::Value operator== for the same type. 75/277575/7
authorEunki, Hong <eunkiki.hong@samsung.com>
Fri, 8 Jul 2022 09:05:35 +0000 (18:05 +0900)
committerEunki, Hong <eunkiki.hong@samsung.com>
Wed, 13 Jul 2022 07:06:50 +0000 (16:06 +0900)
commit617c418ab4ae8f25a2d8fe39af4f1e80dba88d1c
tree3588cfc69805aef5f47a61133d00fb3aa0af3462
parent428ea634eb2351616a38faeee52779e70c871c46
Property::Value operator== for the same type.

Implement equal operator for the Property::Value.
It can be compare only for the same type.

NOTE : Property::Array and Property::Map don't support equal operator.
We always return false in that case.

Change-Id: Id474dbf403355b2f5d2375004694cfc18d3c8614
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
automated-tests/src/dali/dali-test-suite-utils/test-compare-types.h
automated-tests/src/dali/utc-Dali-PropertyValue.cpp
dali/public-api/object/property-value.cpp
dali/public-api/object/property-value.h