MCPcopy Create free account
hub / github.com/codenameone/CodenameOne / eq

Method eq

CodenameOne/src/com/codename1/location/Geofence.java:203–208  ·  view source on GitHub ↗
(Object o1, Object o2)

Source from the content-addressed store, hash-verified

201 }
202
203 private boolean eq(Object o1, Object o2) {
204 if (o1 != null) {
205 return o1.equals(o2);
206 }
207 return o2 == null;
208 }
209
210 private boolean eq(Location l1, Location l2) {
211 if (l1 != null && l2 != null) {

Callers 4

equalsMethod · 0.95
capture.jsFile · 0.45
bootstrap.min.jsFile · 0.45
jquery.min.jsFile · 0.45

Calls 2

equalsLatLngMethod · 0.80
equalsMethod · 0.65

Tested by

no test coverage detected