Process.opEquals

bool opEquals(const Process other) const @safe nothrow

Compares two Process objects for equality.

Parameters

otherThe other Process to compare with.

Returns

true if both processes have the same PID.