예제 #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));
 }