AVEVA Database .NET Public Interface

DbElement.CompareTo Method 

Compare this Element with general object.

public abstract int CompareTo(
   object obj
);

Parameters

obj
Object to compare

Return Value

0, if object is equal; -1 if object is "less than"; 1 if object is "greater than"

Implements

IComparable.CompareTo

See Also

DbElement Class | Aveva.Pdms.Database Namespace