dart / 1 / dart-indexed_db / idbfactory / cmp.html

cmp method

  1. @DomName('IDBFactory.cmp')
  2. @DocsEditable()
int cmp(Object first, Object second)

Source

@DomName('IDBFactory.cmp')
@DocsEditable()
int cmp(Object first, Object second) =>
    _blink.BlinkIDBFactory.instance.cmp_Callback_2_(this, first, second);

© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dartlang.org/stable/1.24.3/dart-indexed_db/IdbFactory/cmp.html