MCPcopy Create free account
hub / github.com/apache/arrow / operator==

Method operator==

cpp/src/arrow/util/compare.h:54–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52 };
53
54 friend bool operator==(const T& a, const T& b) { return a.Equals(b); }
55 friend bool operator!=(const T& a, const T& b) { return !(a == b); }
56
57 private:

Callers

nothing calls this directly

Calls 1

EqualsMethod · 0.45

Tested by

no test coverage detected