If this tag is used for Java 7's `deepEquals` function which provides comparison for objects or arrays of objects across properties, please also use the [java-7] or [java] tags. Otherwise, this tag may be used for any sort of operator in any language that compares objects and takes their properties into account.
If this tag is used for Java 7's deepEquals
function which provides comparison for objects or arrays of objects across properties, please also use the [java-7] or [java] tags. Otherwise, this tag may be used for any sort of operator in any language that compares objects and takes their properties into account.
For reference: Java 7's Object deepEquals() and Array deepEquals() functions.