IComparison4.

Compare(Object, Object) Method

Summary

Returns negative number if x < y Returns zero if x == y Returns positive number if x > y

Syntax

int Compare(Object x, Object y)

Parameters

Name Type Description
x Object
y Object

Return Value

Type Description
int