URL.opEquals

Tests two URLs for equality using '=='.

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

Meta