Model class to handle basic model operations. If the model name is provided, the hash will be calculated. If the hash is provided, the name will be nil. Always prefer using the model name as it leads to less errors.
The model name or hash
Checks if the object is equal to another object.
The object to compare to.
true if the objects are equal, false otherwise.
Protectedset
A class that represents a byte object. Tries to replicate the behavior of Java's
Objectbase class.