compare method
compare
Compares two string values according to certain collation rules.
Returns
Integer that indicates the lexical relationship between the two comparands
def compare(self, v1, v2, ignore_case):
...
Parameter | Type | Description |
---|---|---|
v1 | str | the first string |
v2 | str | the second string |
ignore_case | bool | whether ignore case when comparing values |
See Also
- module
aspose.cells
- class
SettableGlobalizationSettings