ComparisonEngineIsAllowedOperator Method (ValueOperator, AttributeType) |
Gets a value indicating if the specified ValueOperator is compatible with the specified AttributeType
Namespace: Lithnet.MetadirectoryServicesAssembly: Lithnet.MetadirectoryServices (in Lithnet.MetadirectoryServices.dll) Version: 1.0.6017.24765
Syntax public static bool IsAllowedOperator(
ValueOperator op,
AttributeType type
)
Public Shared Function IsAllowedOperator (
op As ValueOperator,
type As AttributeType
) As Boolean
public:
static bool IsAllowedOperator(
ValueOperator op,
AttributeType type
)
Parameters
- op
- Type: Lithnet.MetadirectoryServicesValueOperator
The ValueOperator to compare - type
- Type: AttributeType
The AttributeType to compare
Return Value
Type:
BooleanTrue if the specified ValueOperator is usable with the specified AttributeType, otherwise false is returned
See Also