您的位置:首页 > 数据库

Freebsd7.0安装、配置、应用postgresql8.2全套教程[转]

2009-04-19 15:04 686 查看
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;

namespace TestString
{
class Program
{
static void Main(string[] args)
{
string a = "hello";
string b = "h";
b +="ello";
string c = "hello";

if ((object)a == (object)b)
{
Console.WriteLine("True");
}
else
{
Console.WriteLine("False");
}

if ((object)a == (object)c)
{
Console.WriteLine("True");
}
else
{
Console.WriteLine("False");
}

}
}
}
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: