Summary
creates a prepared comparison to compare multiple objects
against one single object.
- Assembly
- Db4objects
.Db4o-2010 .dll - Namespace
- Db4objects
.Db4o .Internal - Containing Type
- IComparable4
Syntax
IPreparedComparison PrepareComparison(IContext context, Object obj)
Remarks
creates a prepared comparison to compare multiple objects
against one single object.
Parameters
Name | Type | Description |
---|---|---|
context | IContext | the context of the comparison |
obj | Object | the object that is to be compared against multiple other objects |
Return Value
Type | Description |
---|---|
IPreparedComparison | the prepared comparison |