mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-04 14:11:02 +03:00
classref: Sync with current master branch (c09d83010)
This commit is contained in:
@@ -96,13 +96,9 @@ Methods
|
||||
Operators
|
||||
---------
|
||||
|
||||
+-------------------------+--------------------------------------------------------------------------------------------------------+
|
||||
| :ref:`bool<class_bool>` | :ref:`operator !=<class_Callable_operator_neq_bool>` **(** **)** |
|
||||
+-------------------------+--------------------------------------------------------------------------------------------------------+
|
||||
| :ref:`bool<class_bool>` | :ref:`operator !=<class_Callable_operator_neq_bool>` **(** :ref:`Callable<class_Callable>` right **)** |
|
||||
+-------------------------+--------------------------------------------------------------------------------------------------------+
|
||||
| :ref:`bool<class_bool>` | :ref:`operator ==<class_Callable_operator_eq_bool>` **(** **)** |
|
||||
+-------------------------+--------------------------------------------------------------------------------------------------------+
|
||||
| :ref:`bool<class_bool>` | :ref:`operator ==<class_Callable_operator_eq_bool>` **(** :ref:`Callable<class_Callable>` right **)** |
|
||||
+-------------------------+--------------------------------------------------------------------------------------------------------+
|
||||
|
||||
@@ -247,10 +243,6 @@ Operator Descriptions
|
||||
|
||||
.. _class_Callable_operator_neq_bool:
|
||||
|
||||
- :ref:`bool<class_bool>` **operator !=** **(** **)**
|
||||
|
||||
----
|
||||
|
||||
- :ref:`bool<class_bool>` **operator !=** **(** :ref:`Callable<class_Callable>` right **)**
|
||||
|
||||
Returns ``true`` if both ``Callable``\ s invoke different targets.
|
||||
@@ -259,10 +251,6 @@ Returns ``true`` if both ``Callable``\ s invoke different targets.
|
||||
|
||||
.. _class_Callable_operator_eq_bool:
|
||||
|
||||
- :ref:`bool<class_bool>` **operator ==** **(** **)**
|
||||
|
||||
----
|
||||
|
||||
- :ref:`bool<class_bool>` **operator ==** **(** :ref:`Callable<class_Callable>` right **)**
|
||||
|
||||
Returns ``true`` if both ``Callable``\ s invoke the same custom target.
|
||||
|
||||
Reference in New Issue
Block a user