ComparisonEngineIsAllowedOperator Method (ValueOperator, ExtendedAttributeType) |
Gets a value indicating if the specified ValueOperator is compatible with the specified ExtendedAttributeType
Namespace: Lithnet.MetadirectoryServicesAssembly: Lithnet.MetadirectoryServices (in Lithnet.MetadirectoryServices.dll) Version: 1.0.6017.24765
Syntax public static bool IsAllowedOperator(
ValueOperator op,
ExtendedAttributeType type
)
Public Shared Function IsAllowedOperator (
op As ValueOperator,
type As ExtendedAttributeType
) As Boolean
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:
BooleanTrue if the specified ValueOperator is usable with the specified ExtendedAttributeType, otherwise false is returned
See Also