|
SparkseeNet 6.1.0
|
Public Member Functions | |
| int | CompareTo (com.sparsity.sparksee.gdb.KeyValue other) |
| Compares the current instance with another object of the same type. | |
| long | GetKey () |
| Gets the key (OID) of this KeyValue pair. | |
| 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 | CompareTo (System.Object other) |
| Compares the current instance with another object of the same type. | |
| com.sparsity.sparksee.gdb.Value | GetValue () |
| Gets the value of this KeyValue pair. | |
| 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. |
| long com.sparsity.sparksee.gdb.KeyValue.GetKey | ( | ) |
| com.sparsity.sparksee.gdb.Value com.sparsity.sparksee.gdb.KeyValue.GetValue | ( | ) |