Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/ccxt/ccxt
/ isEqual
Method
isEqual
java/tests/src/main/java/tests/BaseTest.java:190–192 ·
view source on GitHub ↗
(Object a, Object b)
Source
from the content-addressed store, hash-verified
188
}
189
190
public
static
boolean isEqual(Object a, Object b) {
191
return
Helpers.isEqual(a, b);
192
}
193
194
public
static
boolean isTrue(Object a) {
195
return
Helpers.isTrue(a);
Callers
1
equals
Method · 0.95
Calls
1
isEqual
Method · 0.95
Tested by
no test coverage detected