godot-dlang ~master (2023-06-12T16:03:25Z)
Dub
Repo
GodotScript.opEquals
godot
api
script
GodotScript
class
GodotScript
(Base)
pragma(
inline
, true) const
bool
opEquals
(
T
this
This
)
(
in
T
other
)
if
(
extends
!(
T
,
This
) ||
extends
!(
This
,
T
)
)
if
(
isGodotBaseClass
!
Base
)
Meta
Source
See Implementation
godot
api
script
GodotScript
functions
as
opCast
opCmp
opEquals
variables
owner