What does == mean in a code?

In programming languages == sign or double equal sign means we are comparing right side with left side . And this comparison returns true or false. We usually use this comparison inside if condition to do something specific. Double equal operator is a very common used operator after single equal.

Sizin İçin Seçtik  What is _ in Swift function parameter?

Leave a Reply

Your email address will not be published. Required fields are marked *