Note that the lambda function we are in returns bool, so FileZero.compare(FileOne) is equivalent to FileZero != FileOne in this context.
46 KiB
46 KiB
Note that the lambda function we are in returns bool, so FileZero.compare(FileOne) is equivalent to FileZero != FileOne in this context.