Description Usage Arguments Value Author(s) See Also Examples
Check whether the two supplied Process objects are identical.
1 2 | ## S3 method for class 'Process'
e1 == e2, ...
|
e1 |
A Process object. |
e2 |
A Process object. |
... |
Not used. |
TRUE or FALSE;
Botond Sipos, Gregory Jordan
For more information see Process
.
1 2 3 4 5 6 7 | # create some Process objects
p1<-Process()
p2<-clone(p1)
# check object equality
p1 == p1
p1 == p2
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.