Luna::Path::operator==
bool operator==(const Path &rhs) const
Compares all components of two paths for equality.
Parameters
-
in rhs
The path to compare with.
Return value
Returns true
if all components in both paths are equal. Returns false
otherwise.