public interface EqualityChecker
| Modifier and Type | Method and Description |
|---|---|
boolean |
checkAreEqual(long firstHandle,
long secondHandle)
Compares two JavaScript objects with the given handles.
|
boolean checkAreEqual(long firstHandle,
long secondHandle)
firstHandle - the handle of the first JavaScript objectsecondHandle - the handle of the second JavaScript objecttrue if the two JavaScript objects are equal, or false otherwise.Copyright © 2020. All rights reserved.