Click or drag to resize
ElementIsEqualTo Method (Constant, Int32)
Gets true if the value at the specified index of this element is equal to the specified constant.

Namespace:  Bloomberglp.Blpapi
Assembly:  Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.13.2.1
Syntax
public abstract bool IsEqualTo(
	Constant constant,
	int index
)

Parameters

constant
Type: Bloomberglp.BlpapiConstant
The Constant which is being compared
index
Type: SystemInt32
The Index of the value in this element that the constant is being compared to.

Return Value

Type: Boolean
Exceptions
ExceptionCondition
IndexOutOfRangeExceptionindex >= NumValues.
See Also