Constructs a new Identity object.
Optionalname: stringThe identity name.
Optionalcategory: stringThe identity category.
The category of the object.
The name of the Ice object. An empty name is not valid.
Determines whether the specified object is equal to this object.
The object to compare with.
true if the specified object is equal to the this object, false otherwise.
Returns the hash code of the object.
the hash code of the object.
StaticreadReads Identity from the given InputStream.
The InputStream to read from.
The read Identity value.
StaticwriteWrites the Identity value to the given OutputStream.
The OutputStream to write to.
The value to write.
Represents the identity of an Ice object. It is comparable to the path of a URI. Its string representation is
namewhen the category is empty, andcategory/namewhen the category is not empty.