Java - Strings and String Handling
Find the error in this code snippet:
String s = "Example";
if(s.equalsIgnoreCase = "example") {
System.out.println("Match");
}