WebStringArray.opEquals

Undocumented in source. Be warned that the author may not have intended to support it.
  1. bool opEquals(WebStringArrayCpp rhs)
  2. bool opEquals(WebStringArray rhs)
  3. bool opEquals(E[] rhs)
    struct WebStringArray
    const
    bool
    opEquals
    (
    E
    )
    (
    in E[] rhs
    )
    if (
    is(typeof(this[0] == rhs[0]))
    )

Meta