| ComparisonEngineIsAllowedBooleanOperator Method  | 
            Determines if the specified ValueOperator is allowed to be used to compare a state value
            
 
Namespace: Lithnet.MetadirectoryServicesAssembly: Lithnet.MetadirectoryServices (in Lithnet.MetadirectoryServices.dll) Version: 1.0.6017.24765
Syntaxpublic static bool IsAllowedBooleanOperator(
	ValueOperator valueOperator
)
Public Shared Function IsAllowedBooleanOperator ( 
	valueOperator As ValueOperator
) As Boolean
public:
static bool IsAllowedBooleanOperator(
	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