MCPcopy Index your code
hub / github.com/Tencent/APIJSON / equals

Method equals

APIJSONORM/src/main/java/apijson/StringUtil.java:1117–1119  ·  view source on GitHub ↗
(Object s1, Object s2)

Source from the content-addressed store, hash-verified

1115
1116
1117 public static boolean equals(Object s1, Object s2) {
1118 return Objects.equals(s1, s2);
1119 }
1120 public static boolean equalsIgnoreCase(String s1, String s2) {
1121 if (s1 == s2) {
1122 return true;

Callers 6

executeMethod · 0.95
gainSubqueryStringMethod · 0.95
newSQLConfigMethod · 0.95
isNameMethod · 0.45
getPriceMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected