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