Please can someone explain to me what true ? true : false;
is?
Its being set in a constructor for example here:
Test = (bool)_Test.Rows[0]["Test"] == true ? true : false;
I have blanked out the actual data and replaced with test,
Thanks everyone, from looking at it and a bit of research I believe it means if its true then true if not false, but want to be 100%