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.25.11.64-experimental+d519cd77c15f00eb425bcde0dbe3273921f5910b
Syntax
public override bool Equals(
	Object other
)

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