Allow comparing equality between builtin types and null

This commit is contained in:
George Marques 2021-09-17 12:22:48 -03:00
parent b334560f05
commit 455e142d37
No known key found for this signature in database
GPG key ID: 046BD46A3201E43D
42 changed files with 1165 additions and 7 deletions

View file

@ -147,6 +147,11 @@
Returns a larger [Rect2] that contains this [Rect2] and [code]b[/code].
</description>
</method>
<method name="operator !=" qualifiers="operator">
<return type="bool" />
<description>
</description>
</method>
<method name="operator !=" qualifiers="operator">
<return type="bool" />
<argument index="0" name="right" type="Rect2" />
@ -159,6 +164,11 @@
<description>
</description>
</method>
<method name="operator ==" qualifiers="operator">
<return type="bool" />
<description>
</description>
</method>
<method name="operator ==" qualifiers="operator">
<return type="bool" />
<argument index="0" name="right" type="Rect2" />