RFA .NET Determines whether the specified System.Object is equal to the current RequestToken.
Namespace: ThomsonReuters.RFA.SessionLayerAssembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Syntax
C# |
---|
public override sealed bool Equals(
Object other
) |
Visual Basic |
---|
Public Overrides NotOverridable Function Equals ( _
other As Object _
) As Boolean |
Visual C++ |
---|
public:
virtual bool Equals(
Object^ other
) override sealed |
F# |
---|
abstract Equals :
other:Object -> bool
override Equals :
other:Object -> bool |
Parameters
- other
- Type: System..::..Object
The System.Object to compare with the current RequestToken.
Return Value
true if the specified
System.Object is equal to the current
RequestToken;
otherwise, false.
See Also