ReadonlyByteArrayCompareTo Method
Namespace: SnapDB.SecurityAssembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
function CompareTo(other);
- other ReadonlyByteArray
- The ReadonlyByteArray to compare with this instance.
Int32
A negative value if this instance is less than
other,
a positive value if this instance is greater than
other,
or zero if they are equal.
IComparableTCompareTo(T)