摘要:
public class TestABC { public int A = 0; public int B = 0; public static bool operator ==(TestABC a, TestABC b) { return true; } public static bool op 阅读全文
摘要:
using System; using System.Collections.Generic; using System.Linq; using System.Runtime.InteropServices; using System.Text; using System.Threading.Tas 阅读全文