Hello C++, C Sharp
Is there anybody can tell me if this condition is correct to compare 4 arrays for equality:
if (A != B || B != C || C != D)
return false;
Thanks
Is there anybody can tell me if this condition is correct to compare 4 arrays for equality:
if (A != B || B != C || C != D)
return false;
Thanks
Comment