SparkseeNet  6.0.2
Public Member Functions | List of all members
com.sparsity.sparksee.gdb.KeyValue Class Reference

Public Member Functions

int CompareTo (com.sparsity.sparksee.gdb.KeyValue other)
 Compares the current instance with another object of the same type.
 
int CompareTo (System.Object other)
 Compares the current instance with another object of the same type.
 
string ToString ()
 Gets a string representation of the Value.
 
bool Equals (System.Object other)
 Indicates whether the current object is equal to another object.
 

Member Function Documentation

int com.sparsity.sparksee.gdb.KeyValue.CompareTo ( com.sparsity.sparksee.gdb.KeyValue  other)

Compares the current instance with another object of the same type.

Parameters
otherAnother Value to compare with this instance.
Returns
Less than zero, if the instance is less than other; Zero, if the instance is equal to other; and greater than zero if the instance is greater than other.
int com.sparsity.sparksee.gdb.KeyValue.CompareTo ( System.Object  other)

Compares the current instance with another object of the same type.

Parameters
otherAn object to compare with this instance.
Returns
Less than zero, if the instance is less than other; Zero, if the instance is equal to other; and greater than zero if the instance is greater than other.
bool com.sparsity.sparksee.gdb.KeyValue.Equals ( System.Object  other)

Indicates whether the current object is equal to another object.

Parameters
otherAn object to compare with this instance.
Returns
TRUE if the current object is equal to the other; otherwise, FALSE.