MCPcopy Create free account
hub / github.com/adjust/android_sdk / equalInt

Method equalInt

Adjust/sdk-core/src/main/java/com/adjust/sdk/Util.java:368–370  ·  view source on GitHub ↗
(Integer first, Integer second)

Source from the content-addressed store, hash-verified

366 }
367
368 public static boolean equalInt(Integer first, Integer second) {
369 return equalObject(first, second);
370 }
371
372 public static boolean equalBoolean(Boolean first, Boolean second) {
373 return equalObject(first, second);

Callers 2

equalsMethod · 0.95
equalsMethod · 0.95

Calls 1

equalObjectMethod · 0.95

Tested by

no test coverage detected