P
Peter
Hello all,
Maybe simple Questions but I try to learn C# for Compact framework.
Can somebody explain to me what is :
1) difference between = = and ! =
2) the && stands for ?
like in
if (font == null && parent != null)
Thanks
Peter
Maybe simple Questions but I try to learn C# for Compact framework.
Can somebody explain to me what is :
1) difference between = = and ! =
2) the && stands for ?
like in
if (font == null && parent != null)
Thanks
Peter