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.18.1.1
Syntax 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
abstract IsEqualTo :
constant : Constant *
index : int -> bool
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:
BooleanExceptions Exception | Condition |
---|
IndexOutOfRangeException | index >=
NumValues.
|
See Also