RFA .NET
Assembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Inequality Operator.
Namespace: ThomsonReuters.RFA.CommonAssembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Syntax
C# |
---|
public static bool operator !=( QualityOfServiceRequest qosReq1, QualityOfServiceRequest qosReq2 ) |
Visual Basic |
---|
Public Shared Operator <> ( _ qosReq1 As QualityOfServiceRequest, _ qosReq2 As QualityOfServiceRequest _ ) As Boolean |
Visual C++ |
---|
public: static bool operator !=( QualityOfServiceRequest^ qosReq1, QualityOfServiceRequest^ qosReq2 ) |
F# |
---|
static let inline (<>) qosReq1:QualityOfServiceRequest * qosReq2:QualityOfServiceRequest : bool |
Parameters
- qosReq1
- Type: ThomsonReuters.RFA.Common..::..QualityOfServiceRequest
First QualityOfServiceRequest to compare.
- qosReq2
- Type: ThomsonReuters.RFA.Common..::..QualityOfServiceRequest
Second QualityOfServiceRequest to compare.