pub unsafe fn eq_q_object_q_pointer_of_q_object(
o: impl CastInto<Ptr<QObject>>,
p: impl CastInto<Ref<QPointerOfQObject>>,
) -> bool
Expand description
Returns true
if c1 and c2 are the same Unicode character; otherwise returns false
.
Calls C++ function: bool operator==(const QObject* o, const QPointer<QObject>& p)
.
Warning: no exact match found in C++ documentation. Below is the C++ documentation for bool operator==(QChar c1, QChar c2)
:
Returns true
if c1 and c2 are the same Unicode character; otherwise returns false
.