public class GUID extends Object
Constructor and Description |
---|
GUID() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o)
Returns true if the value parameter is a
GUID and the VMID is
equal. |
int |
hashCode()
Get the hashcode of the VMID.
|
String |
toString()
Get the string version of the VMID.
|
public String toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
Object.hashCode()
public boolean equals(Object o)
GUID
and the VMID is
equal.equals
in class Object
o
- the reference object with which to compare.true
if this object is the same as the obj argument;
false
otherwise.Object.equals(java.lang.Object)
Copyright © 2022. All rights reserved.