Java tutorial
public class Main { public static void main(String[] args) { if (Integer.compare(1, 1) == 0) { System.out.println("Equals"); } } }