FeatureCodeCompareTo Method |
Determines whether the specified FeatureCode lies before or after this one, alphabetically.
Namespace:
Cadcorp
Assembly:
Cadcorp.GFB.GenericStoredProcedures (in Cadcorp.GFB.GenericStoredProcedures.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntaxpublic int CompareTo(
Object obj
)
Public Function CompareTo (
obj As Object
) As Integer
Parameters
- obj
- Type: SystemObject
The FeatureCode to compare against
Return Value
Type:
Int32-1, 0, 1 depending on the string comparison of Name
Implements
IComparableCompareTo(Object)
See Also