| CorrelationIDInequality Operator |
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.25.11.64-experimental+d519cd77c15f00eb425bcde0dbe3273921f5910b
Syntaxpublic static bool operator !=(
CorrelationID obj1,
CorrelationID obj2
)
Public Shared Operator <> (
obj1 As CorrelationID,
obj2 As CorrelationID
) As Boolean
public:
static bool operator !=(
CorrelationID^ obj1,
CorrelationID^ obj2
)
static let inline (<>)
obj1 : CorrelationID *
obj2 : CorrelationID : boolParameters
- obj1
- Type: Bloomberglp.BlpapiCorrelationID
- obj2
- Type: Bloomberglp.BlpapiCorrelationID
Return Value
Type:
Boolean
See Also