- Home /
Question by
ramishaziev · Jul 24, 2019 at 05:02 AM ·
iosmonoequal
Problem with equals on iOS build
When I compare 2 nullable int? numbers through "==" which are equal null I get a "false" result. It's only happens on iOS build. If I compare them through "Equals(x1,x2)" I get a "true" result, as it should be.
How can I fix comparison through "==" ?
My Unity version is 2018.3.2f1, but the 2019.1.7f1 has same problem. Scripting Runtime Version and api compatibility version are .NET 4.x .
Comment
Your answer
Follow this Question
Related Questions
Get "Waiting for Debugger" when trying to connect to iOS dev build in Mono. 1 Answer
AOT Runtime Problem: Variable of type IMyInterface changes type to String(impossible..??) 0 Answers
Why doesn't mono support arm64? 1 Answer
JIT compilation requirement for System.Reflection.PropertyInfo.GetValue? 1 Answer