Path.opEquals

Compare using OS-specific case-sensitivity rules. If you want to force case-sensitive or case-insensistive, then call filenameCmp instead.

  1. int opEquals(Path!C other)
    struct Path(C = char)
    const
    int
    opEquals
    (
    ref const Path!C other
    )
    if (
    is(C == char)
    )
  2. int opEquals(Path!C other)
  3. int opEquals(string other)

Meta