MCPcopy Create free account
hub / github.com/SeleniumHQ/selenium / equals

Method equals

java/src/org/openqa/selenium/docker/Version.java:118–126  ·  view source on GitHub ↗
(Object o)

Source from the content-addressed store, hash-verified

116 }
117
118 @Override
119 public boolean equals(Object o) {
120 if (!(o instanceof Version)) {
121 return false;
122 }
123
124 Version that = (Version) o;
125 return this.equalTo(that);
126 }
127
128 @Override
129 public int hashCode() {

Callers

nothing calls this directly

Calls 1

equalToMethod · 0.95

Tested by

no test coverage detected