Hi,
Whats best? To use or not to use Equals();
Cheers !Code:int a = 2; int b = 3; if(a != b) { //Sth } or if(!a.Equals(b)) { //Sth }
|
Results 1 to 3 of 3
Thread: [2.0] Equals methodThreaded View
|
Click Here to Expand Forum to Full Width |