RFA .NET
Assembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Determines whether the specified RFA_WString is equal to the current RFA_WString.
Namespace: ThomsonReuters.RFA.CommonAssembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Syntax
C# |
---|
public bool Equals( RFA_WString other ) |
Visual Basic |
---|
Public Function Equals ( _ other As RFA_WString _ ) As Boolean |
Visual C++ |
---|
public: virtual bool Equals( RFA_WString^ other ) sealed |
F# |
---|
abstract Equals : other:RFA_WString -> bool override Equals : other:RFA_WString -> bool |
Parameters
- other
- Type: ThomsonReuters.RFA.Common..::..RFA_WString
The RFA_WString to compare with the current RFA_WString.