[][src]Function qt_qml::ops::eq_q_object_q_pointer_of_q_object2

pub unsafe fn eq_q_object_q_pointer_of_q_object2(
    o: impl CastInto<Ptr<QObject>>,
    p: impl CastInto<Ref<QPointerOfQObject>>
) -> bool

Returns true if c1 and c2 are the same Unicode character; otherwise returns false.

Calls C++ function: bool operator==(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.