static void Main(string[] args)
Console.WriteLine("return type value of == operator : {0}", (a==b).GetType());
Console.WriteLine("return type value of != operator : {0}", (a!=b).GetType());
Console.WriteLine("return type Value of > operator : {0} ", (a>b).GetType());
Console.WriteLine("return type Value of >= operator : {0} ", (a>=b).GetType());
Console.WriteLine("return type Value of < operator : {0} ", (a<b).GetType());
Console.WriteLine("return type Value of <= operator : {0} ", (a<=b).GetType());
Console.WriteLine("a==b : {0}", (a==b));
Console.WriteLine("a!=b : {0}", (a!=b));
Console.WriteLine("a>b : {0}", (a>b));
Console.WriteLine("a>=b : {0}" , (a>=b));
Console.WriteLine("a<b : {0}" , (a<b ));
Console.WriteLine("a<=b : {0}" , (a<=b));
Console.WriteLine("a is equal to b ");
Console.WriteLine("a is not equal to b" );
Console.WriteLine("a is not eqal to b" );
Console.WriteLine("a is equal to b");
Console.WriteLine("a is greater than b");
Console.WriteLine("a is not greater than b");
Console.WriteLine("a is greater than and equal to b");
Console.WriteLine("a is not greater than and equal to b");
Console.WriteLine("a is less than b");
Console.WriteLine("a is not less than b");
Console.WriteLine("a is less than and equal to b");
Console.WriteLine("a is not less than and equal to b");
Console.WriteLine("a is equal to b ");
Console.WriteLine("a is not equal to b" );
Console.WriteLine("a is not eqal to b" );
Console.WriteLine("a is equal to b");
Console.WriteLine("a is greater than b");
Console.WriteLine("a is not greater than b");
Console.WriteLine("a is greater than and equal to b");
Console.WriteLine("a is not greater than and equal to b");
Console.WriteLine("a is less than b");
Console.WriteLine("a is not less than b");
Console.WriteLine("a is less than and equal to b");
Console.WriteLine("a is not less than and equal to b");