public static void Main(string [] args)
 {
     AnotherUseOfEqualsWithEmptyString a = new AnotherUseOfEqualsWithEmptyString();
     bool b = a.s.Equals("");
 }
			public static void Main (string [] args)
			{
				AnotherUseOfEqualsWithEmptyString a = new AnotherUseOfEqualsWithEmptyString ();
				bool b = a.s.Equals ("");
			}