Created
May 2, 2022 16:36
-
-
Save KRTirtho/58dad7c825064440b40f6e8df48a74e2 to your computer and use it in GitHub Desktop.
Why these two string isn't equal in Dart
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
void main() { | |
print("the kid laroi" == "the kid laroi"); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment