MCQs>IT & Programming>Scala>If you want to compare two objects to see if they are equal, you should usually use either ==, or its inverse !=. Which code is true?
Scala MCQs
If you want to compare two objects to see if they are equal, you should usually use either ==, or its inverse !=. Which of the following code is true?