Function Path.opEquals

Compare using OS-specific case-sensitivity rules. If you want to force

case-sensitive or case-insensitive, then call filenameCmp instead.

Prototypes

int opEquals(
  ref const(Path) other
) const;

int opEquals(
  Path other
) const;

int opEquals(
  string other
) const;

Authors

Nick Sabalausky

Copyright

Copyright (C) 2014-2017 Nick Sabalausky

License

zlib/libpng