MCPcopy Index your code
hub / github.com/clojure/clojure / equals

Method equals

src/jvm/clojure/lang/APersistentMap.java:51–53  ·  view source on GitHub ↗
(Object obj)

Source from the content-addressed store, hash-verified

49}
50
51public boolean equals(Object obj){
52 return mapEquals(this, obj);
53}
54
55static public boolean mapEquals(IPersistentMap m1, Object obj){
56 if(m1 == obj) return true;

Callers

nothing calls this directly

Calls 1

mapEqualsMethod · 0.95

Tested by

no test coverage detected