Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
この大きなライブラリにそのようなツールがあることを願っています。しかし、私はそれを見つけることができません。
オフトピック: ネットに GCL の優れた機能リストはありますか?
パフォーマンスをあまり気にしない場合は、JSON マジックを少し使って値を詳細に比較できます。
function isEqual(objA, objB) { return goog.json.serialize(objA) === goog.json.serialize(objB); }