RFA .NET Determines whether the specified Object is equal to the current Object.
Namespace: ThomsonReuters.RFA.CommonAssembly: 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 object to compare with the current object.
Return Value
true if the specified
Object is equal to the current
Object;
otherwise,
false.
See Also