Click or drag to resize
ComparisonEngineIsAllowedBinaryOperator Method
Determines if the specified ValueOperator is allowed to be used to compare a binary value

Namespace: Lithnet.MetadirectoryServices
Assembly: Lithnet.MetadirectoryServices (in Lithnet.MetadirectoryServices.dll) Version: 1.0.6017.24765
Syntax
public static bool IsAllowedBinaryOperator(
	ValueOperator valueOperator
)

Parameters

valueOperator
Type: Lithnet.MetadirectoryServicesValueOperator
The ValueOperator to check

Return Value

Type: Boolean
A boolean value indicating whether the specified value operator is allowed
See Also