Summary
a unique universal identify for an object.
		- Assembly
- Db4objects.Db4o-2010 .dll 
- Namespace
- Db4objects.Db4o .Ext 
- Base Types
- 
									- Object
 
							graph BT
	Type-->Base0["Object"]
	Type["Db4oUUID"]
class Type type-node
						
					Syntax
public class Db4oUUIDRemarks
    a unique universal identify for an object. 
The db4o UUID consists of two parts:
- an indexed long for fast access,
- the signature of the
Db4oUUIDs are valid representations of objects over multiple ObjectContainers
			The db4o UUID consists of two parts:
- an indexed long for fast access,
- the signature of the
Db4objects.Db4o.IObjectContainer
    the object was created with.
    Db4oUUIDs are valid representations of objects over multiple ObjectContainers
Constructors
| Name | Summary | 
|---|---|
| Db4oUUID | constructs a Db4oUUID from a long part and a signature part | 
Methods
| Name | Value | Summary | 
|---|---|---|
| Equals | bool | |
| GetHashCode | int | |
| GetLongPart | long | returns the long part of this UUID. | 
| GetSignaturePart | byte[] | returns the signature part of this UUID. | 
| ToString | string |