RFA .NET
Assembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Compares this RFA_WString to other RFA_WString, ignoring case.
Namespace: ThomsonReuters.RFA.CommonAssembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Syntax
C# |
---|
public int CompareIgnoreCase( RFA_WString other ) |
Visual Basic |
---|
Public Function CompareIgnoreCase ( _ other As RFA_WString _ ) As Integer |
Visual C++ |
---|
public: int CompareIgnoreCase( RFA_WString^ other ) |
F# |
---|
member CompareIgnoreCase : other:RFA_WString -> int |
Parameters
- other
- Type: ThomsonReuters.RFA.Common..::..RFA_WString
A string to compare.