RFA .NET
Assembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Greater than / Equal to Operator.
Namespace: ThomsonReuters.RFA.CommonAssembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Syntax
C# |
---|
public static bool operator >=( QualityOfService qos1, QualityOfService qos2 ) |
Visual Basic |
---|
Public Shared Operator >= ( _ qos1 As QualityOfService, _ qos2 As QualityOfService _ ) As Boolean |
Visual C++ |
---|
public: static bool operator >=( QualityOfService^ qos1, QualityOfService^ qos2 ) |
F# |
---|
static let inline (>=) qos1:QualityOfService * qos2:QualityOfService : bool |
Parameters
- qos1
- Type: ThomsonReuters.RFA.Common..::..QualityOfService
First QualityOfService to compare.
- qos2
- Type: ThomsonReuters.RFA.Common..::..QualityOfService
Second QualityOfService to compare.