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