SubFileNameCompareTo Method
Compares the current object with another object of the same type.
Namespace: SnapDB.IO.FileStructureAssembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
Public Function CompareTo (
other As SubFileName
) As Integer
public:
virtual int CompareTo(
SubFileName^ other
) sealed
function CompareTo(other);
- other SubFileName
- An object to compare with this object.
Int32
A value that indicates the relative order of the objects being compared.
The return value has the following meanings: Value Meaning Less than zero This object is less than the
other parameter.Zero
This object is equal to
other. Greater than zero This object is greater than
other.
IComparableTCompareTo(T)