Summary
allows special comparison behaviour during query evaluation.
		- Assembly
- Db4objects.Db4o-2010 .dll 
- Namespace
- Db4objects.Db4o .Config 
- Implementing Types
							graph BT
	Type["ICompare"]
class Type type-node
	Implementing0["Entry"]-.->Type
	click Implementing0 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Config/Entry"
						
					Syntax
public interface ICompareRemarks
    allows special comparison behaviour during query evaluation.
    
db4o will use the Object returned by the
			db4o will use the Object returned by the
Db4objects.Db4o.Config.ICompare.Compare
    method for all query comparisons.
    Methods
| Name | Value | Summary | 
|---|---|---|
| Compare | Object | return the Object to be compared during query evaluation. |