| ComparisonEngineCompare Method (Object, Object, ValueOperator, AttributeType) | 
            Compares two values of the specified AttributeType
            
 
Namespace: Lithnet.MetadirectoryServicesAssembly: Lithnet.MetadirectoryServices (in Lithnet.MetadirectoryServices.dll) Version: 1.0.6017.24765
Syntaxpublic static bool Compare(
	Object actualValue,
	Object expectedValue,
	ValueOperator valueOperator,
	AttributeType type
)
Public Shared Function Compare ( 
	actualValue As Object,
	expectedValue As Object,
	valueOperator As ValueOperator,
	type As AttributeType
) As Boolean
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: 
BooleanTrue if the values are the same
See Also