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

Namespace: Lithnet.MetadirectoryServices
Assembly: Lithnet.MetadirectoryServices (in Lithnet.MetadirectoryServices.dll) Version: 1.0.6017.24765
Syntax
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: Boolean
True if the specified ValueOperator is usable with the specified AttributeType, otherwise false is returned
See Also