Documentation

Path::Equals

Function

bool Path::Equals(const string&in a, const string&in b, bool caseSensitive = false)

Returns true if the given 2 paths can be considered equal.

string a

string b

bool caseSensitive

Whether to test for case sensitivity. This is typically only used for Linux paths.

Returns bool