summaryrefslogtreecommitdiff
path: root/plugins/InspectionGadgets/src/inspectionDescriptions/EqualsWithItself.html
blob: 3e1491edd22ea7c97f259e3ef4b292bad80b4350 (plain)
1
2
3
4
5
6
7
8
9
10
<html>
<body>
Reports call to <b>equals()</b> were an object is compared for equality with itself.
This means that the argument and the qualifier to the call are identical.
In this case <b>equals()</b> will always return <b>true</b>.
<!-- tooltip end -->
<p>
<small>New in 14</small>
</body>
</html>