godot-d ~master (2021-09-08T21:50:27Z)
Dub
Repo
GodotScript.opEquals
godot
d
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
d
script
GodotScript
functions
as
opCast
opCmp
opEquals
variables
owner