Summary
return a negative int, zero or a positive int if
the object being held in 'this' is smaller, equal
or greater than the passed object.
Typical implementation: return this.object - obj;
Typical implementation: return this.object - obj;
- Assembly
- Db4objects
.Db4o-2010 .dll - Namespace
- Db4objects
.Db4o .Foundation - Containing Type
- IPreparedComparison
Syntax
int CompareTo(Object obj)
Parameters
Name | Type | Description |
---|---|---|
obj | Object |
Return Value
Type | Description |
---|---|
int |