ComparisonEngineIsAllowedBinaryOperator Method |
Determines if the specified ValueOperator is allowed to be used to compare a binary value
Namespace: Lithnet.MetadirectoryServicesAssembly: Lithnet.MetadirectoryServices (in Lithnet.MetadirectoryServices.dll) Version: 1.0.6017.24765
Syntax public static bool IsAllowedBinaryOperator(
ValueOperator valueOperator
)
Public Shared Function IsAllowedBinaryOperator (
valueOperator As ValueOperator
) As Boolean
public:
static bool IsAllowedBinaryOperator(
ValueOperator valueOperator
)
Parameters
- valueOperator
- Type: Lithnet.MetadirectoryServicesValueOperator
The ValueOperator to check
Return Value
Type:
BooleanA boolean value indicating whether the specified value operator is allowed
See Also