Click or drag to resize

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)
Syntax
public int CompareTo(
	Object obj
)

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