Click or drag to resize
ComparisonEngineIsAllowedOperator Method (ValueOperator, ExtendedAttributeType)
Gets a value indicating if the specified ValueOperator is compatible with the specified ExtendedAttributeType

Namespace: Lithnet.MetadirectoryServices
Assembly: Lithnet.MetadirectoryServices (in Lithnet.MetadirectoryServices.dll) Version: 1.0.6017.24765
Syntax
public static bool IsAllowedOperator(
	ValueOperator op,
	ExtendedAttributeType type
)

Parameters

op
Type: Lithnet.MetadirectoryServicesValueOperator
The ValueOperator to compare
type
Type: Lithnet.MetadirectoryServicesExtendedAttributeType
The ExtendedAttributeType to compare

Return Value

Type: Boolean
True if the specified ValueOperator is usable with the specified ExtendedAttributeType, otherwise false is returned
See Also