Click or drag to resize
NameEquals Method
Compares this Name object to the specified Object.

Namespace:  Bloomberglp.Blpapi
Assembly:  Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.23.1.1
Syntax
public override bool Equals(
	Object obj
)

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