powered by
Check whether the two supplied Process objects are identical.
# S3 method for Process ==(e1, e2, ...)
A Process object.
Not used.
TRUE or FALSE;
For more information see Process.
Process
# NOT RUN { # create some Process objects p1<-Process() p2<-clone(p1) # check object equality p1 == p1 p1 == p2 # }
Run the code above in your browser using DataLab