Compares this Name object to the specified Object.
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.24.9.1
Syntax public override bool Equals(
Object obj
)
Public Overrides Function Equals (
obj As Object
) As Boolean
public:
virtual bool Equals(
Object^ obj
) override
abstract Equals :
obj : Object -> bool
override Equals :
obj : Object -> bool
Parameters
- obj
- Type: SystemObject
Return Value
Type:
Boolean Returns
true if the objects are the
same;
false otherwise.
Remarks The result of the comparison is true if and only
if the specified Object
is not null and this Name object contains the same value as the
specified Name.
See Also