摘要:
public override bool Equals(object other) { if (this == other) return true; Cat cat = other as Cat; if (cat == null) return false; // null or not a cat if... 阅读全文
posted @ 2007-08-01 15:57
深圳杰瑞
阅读(455)
评论(0)
推荐(0)
浙公网安备 33010602011771号