0
Q:

dart string equals

QUESTION: Dart String comparator (java equals method)

SOLUTION:
String rubi = 'good';
String ore = 'good';

 rubi == ore => true
 		or
rubi.compareTo(ore) == 0;
0

New to Communities?

Join the community