[NUI] Fix GetHashCode Crash issue (#724)
authorhuiyueun <35286162+huiyueun@users.noreply.github.com>
Thu, 21 Feb 2019 05:06:13 +0000 (14:06 +0900)
committerdongsug-song <35130733+dongsug-song@users.noreply.github.com>
Thu, 21 Feb 2019 05:06:13 +0000 (14:06 +0900)
commit43a46899df6e5ecac775a37a929ac8c5c2fa772c
tree71f84d4e9f4f25b86dcfd7968166d232b3b314b8
parent8a6a032ff6b9ac10459dd2e6fc862e9e891d79fe
[NUI] Fix GetHashCode Crash issue (#724)

Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
13 files changed:
src/Tizen.NUI/src/internal/Layouting/LayoutLength.cs
src/Tizen.NUI/src/internal/Layouting/LayoutMeasureSpec.cs
src/Tizen.NUI/src/internal/Layouting/MeasuredSize.cs
src/Tizen.NUI/src/public/Position.cs
src/Tizen.NUI/src/public/Position2D.cs
src/Tizen.NUI/src/public/RelativeVector2.cs
src/Tizen.NUI/src/public/RelativeVector3.cs
src/Tizen.NUI/src/public/RelativeVector4.cs
src/Tizen.NUI/src/public/Size.cs
src/Tizen.NUI/src/public/Size2D.cs
src/Tizen.NUI/src/public/Vector2.cs
src/Tizen.NUI/src/public/Vector3.cs
src/Tizen.NUI/src/public/Vector4.cs