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
a
string b
b
bool caseSensitive
bool
caseSensitive
Whether to test for case sensitivity. This is typically only used for Linux paths.