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

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,
	AttributeType 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: AttributeType
The data type of the values to compare

Return Value

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