KREDOR Business Object Framework Documentation

OrderBy.Compare Method 

Compares the specified object instances by this OrderBy instance' property name.

public int Compare(
   Object x,
   Object y
);

Parameters

Object
The first of the compared objects.
Object
The second of the compared objects.

Return Value

-1 if x < y; 0 if x == y; 1 if x > y

Implements

IComparer.

See Also

OrderBy Class | Kredor.BO Namespace