Bloomberg API for .NET
IsEqualTo Method (constant, index)
NamespacesBloomberglp.BlpapiElementIsEqualTo(Constant, Int32)
Gets true if the value at the specified index of this element is equal to the specified constant.
Declaration Syntax
C#Visual BasicVisual C++
public abstract bool IsEqualTo(
	Constant constant,
	int index
)
Public MustOverride Function IsEqualTo ( 
	constant As Constant,
	index As Integer
) As Boolean
public:
virtual bool IsEqualTo(
	Constant^ constant, 
	int index
) abstract
Parameters
constant (Constant)
The Constant which is being compared
index (Int32)
The Index of the value in this element that the constant is being compared to.
Return Value
Exceptions
ExceptionCondition
IndexOutOfRangeExceptionindex >= NumValues.

Assembly: Bloomberglp.Blpapi (Module: Bloomberglp.Blpapi.dll) Version: 3.7.4.1