EncodingDefinitionCompareTo(EncodingDefinition) Method
Compares the current object with another object of the same type.
Namespace: SnapDB.SnapAssembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
function CompareTo(other);
- other EncodingDefinition
- 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)