Path.opEquals

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

  1. int opEquals(ref const Path other)
    struct Path
    int
    opEquals
    const
    (
    ref const Path other
    )
  2. int opEquals(Path other)
  3. int opEquals(string other)

Meta