Compares this Name object to the specified Object.
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.26.6.64-experimental+729270cf207a6113e8bbb043419936f745983b67
Syntaxpublic override bool Equals(
Object other
)
Public Overrides Function Equals (
other As Object
) As Boolean
public:
virtual bool Equals(
Object^ other
) override
abstract Equals :
other : Object -> bool
override Equals :
other : Object -> bool Parameters
- other
- 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