Comparable
Object Hierarchy:
Description:
[
CCode ( type_id =
"gdata_comparable_get_type ()" ) ]
[
Version ( since =
"0.7.0" ) ]
public interface Comparable :
Object
All the fields in the Comparable structure are private and should never be accessed directly.
All known implementing classes:
Content:
Methods:
- public int compare (Comparable? other)
Compares the two objects, returning <code class="literal">-1<
/code> if this is "less than" other by some metric, <code class="literal">0
</code> if they're equal, or <code class="literal">1</code> if this is "greater
than" other.
- public abstract int compare_with (Comparable other)
Inherited Members:
All known members inherited from class GLib.Object