SysCompAtom Function |
Namespace: XSharp.RT
FUNCTION SysCompAtom( s1 AS SYMBOL, s2 AS SYMBOL ) AS LONG
public static int SysCompAtom( Symbol s1, Symbol s2 )
Tip |
---|
The SYMBOL type is included in the X# language and runtime for compatibility only. In most cases the type can and should be replaced with normal strings. |