示例#1
0
 public ComData(ComRequest c)
 {
     dataType = typeof(ComRequest).ToString();
     value    = new ComRequest[] { c };
 }
示例#2
0
 public static bool isSame(ComRequest a, ComRequest b)
 {
     return(a.request.Equals(b.request));
 }