//תרגיל 7א//
using System;
bool iff(string something1,string something2)
{
return something1==something2;
}