QString.opEquals

Undocumented in source. Be warned that the author may not have intended to support it.
  1. bool opEquals(const(char)[] s)
  2. bool opEquals(const(wchar)[] s)
    struct QString
    extern (D) const
    bool
    opEquals
    (
    const(wchar)[] s
    )
  3. bool opEquals(QString s)
  4. bool opEquals(QStringView rhs)
  5. bool opEquals(QLatin1String rhs)

Meta