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

Method equals

src/jvm/clojure/lang/APersistentVector.java:136–140  ·  view source on GitHub ↗
(Object obj)

Source from the content-addressed store, hash-verified

134}
135
136public boolean equals(Object obj){
137 if(obj == this)
138 return true;
139 return doEquals(this, obj);
140}
141
142public boolean equiv(Object obj){
143 if(obj == this)

Callers

nothing calls this directly

Calls 1

doEqualsMethod · 0.95

Tested by

no test coverage detected