URL.opEquals

Tests two URLs for equality using '=='.

  1. bool opEquals(URL rhs)
  2. bool opEquals(URL other)
    struct URL
    @safe const nothrow
    bool
    opEquals
    (
    const URL other
    )

Meta