Summary
Returns negative number if x < y
Returns zero if x == y
Returns positive number if x > y
- Assembly
- Db4objects
.Db4o-2010 .dll - Namespace
- Db4objects
.Db4o .Foundation - Containing Type
- IComparison4
Syntax
int Compare(Object x, Object y)
Parameters
Name | Type | Description |
---|---|---|
x | Object | |
y | Object |
Return Value
Type | Description |
---|---|
int |