RFA .NET Compares this RFA_String to System.String, ignoring case.
Namespace: ThomsonReuters.RFA.CommonAssembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Syntax
C# |
---|
public int CompareIgnoreCase(
string other
) |
Visual Basic |
---|
Public Function CompareIgnoreCase ( _
other As String _
) As Integer |
Visual C++ |
---|
public:
int CompareIgnoreCase(
String^ other
) |
F# |
---|
member CompareIgnoreCase :
other:string -> int
|
Parameters
- other
- Type: System..::..String
A string to compare.
Return Value
Value < 0 if this string is less than str,
0 if they are equal, or value > 0 if this string is greater than str.
See Also