Able to compare instances of itself, e.g. for sorting purposes
public static
compare(static $a, static $b): int
Get an integer less than, equal to, or greater than zero when $a is less than, equal to, or greater than $b, respectively
This method returns the equivalent of:
$a <=> $b
Salient\Sync\SyncError::compare()