-
Home
-
API Reference
-
CliInvoke.Core
-
BufferedProcessResult
-
Methods
-
Equals(Object?)
Equals(Object?) Method
Definition
Determines whether this BufferedProcessResult is equal to another object.
public override bool Equals(object? obj)
Parameters
- obj
- Object
The other object to compare.
Returns
- Boolean
-
True if the other object is a BufferedProcessResult and is equal to this
BufferedProcessResult; false otherwise.