FixedStringComparer class | QSYS API Reference Guide
Provides a comparer for fixed-length strings, allowing for consistent comparison of strings with fixed lengths.
Namespace: ASNA.QSys.Runtime Assembly: ASNA.QSys.Runtime.dll
Inheritance: Object
Methods
Signature | Description |
---|---|
Compare(String, String) | Compares two strings following Fixed String rules. |
int Compare(string x, string y)
Compares two strings following Fixed String rules.
int Compare(string x, string y)
Parameters
Type | Parameter name | Description |
---|---|---|
String | x | First string to compare. |
String | y | Second string to compare. |
Returns
Type | Description |
---|---|
Int32 | A signed number indicating the relative values the two compared values. |