FileName.equals

Compare two name according to the platform's rules (case sensitive or not)

  1. bool equals(const(char)* name1, const(char)* name2)
    struct FileName
    nothrow extern (C++) static pure @nogc
    bool
    equals
    (
    const(char)* name1
    ,
    const(char)* name2
    )
  2. bool equals(const(char)[] name1, const(char)[] name2)

Meta