Method HStrCmp
HStrCmp(Char[], Int32, Char[], Int32)
String compare, returns 0 if equal or t is a substring of s
Declaration
protected virtual int HStrCmp(char[] s, int si, char[] t, int ti)
Parameters
Type | Name | Description |
---|---|---|
System.Char[] | s | |
System.Int32 | si | |
System.Char[] | t | |
System.Int32 | ti |
Returns
Type | Description |
---|---|
System.Int32 |