Click or drag to resize
ComparisonEngineCompare Method (Object, Object, ValueOperator, ExtendedAttributeType)
Compares two values of the specified ExtendedAttributeType

Namespace: Lithnet.MetadirectoryServices
Assembly: Lithnet.MetadirectoryServices (in Lithnet.MetadirectoryServices.dll) Version: 1.0.6017.24765
Syntax
public static bool Compare(
	Object actualValue,
	Object expectedValue,
	ValueOperator valueOperator,
	ExtendedAttributeType type
)

Parameters

actualValue
Type: SystemObject
The value to test
expectedValue
Type: SystemObject
The expected value
valueOperator
Type: Lithnet.MetadirectoryServicesValueOperator
The operator to use
type
Type: Lithnet.MetadirectoryServicesExtendedAttributeType
The data type of the values to compare

Return Value

Type: Boolean
True if the values are the same
See Also