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