3 declare(strict_types=1);
 equals(Uuid $other)
Compares this object to the specified object. 
 
toString()
Converts this UUID into a string representation. 
 
compareTo(Uuid $other)
Compares this UUID to the specified UUID. 
 
__toString()
Enforce that UUID implementation implement the __toString() magic method.