Beispiel #1
0
bool KFile::operator==(const KFile& other)
{
	if (getFullName() == other.getFullName())
		return true;
	return false;
}