SparkseeNet
6.0.2
|
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. | |
int com.sparsity.sparksee.gdb.KeyValue.CompareTo | ( | com.sparsity.sparksee.gdb.KeyValue | other | ) |
Compares the current instance with another object of the same type.
other | Another Value to compare with this instance. |
int com.sparsity.sparksee.gdb.KeyValue.CompareTo | ( | System.Object | other | ) |
Compares the current instance with another object of the same type.
other | An object to compare with this instance. |
bool com.sparsity.sparksee.gdb.KeyValue.Equals | ( | System.Object | other | ) |
Indicates whether the current object is equal to another object.
other | An object to compare with this instance. |