示例#1
0
 public static int CompareValue2(TestClass obj1, TestClass obj2)
 {
     return(obj1.Value2.CompareTo(obj2.Value2));
 }
示例#2
0
 public TestClass(TestClass obj) : this(obj.Value1, obj.Value2)
 {
 }