Click or drag to resize
ComparisonEngineCompareBinary Method (String, String, ValueOperator)
Compares a binary value using the specified ValueOperator

Namespace: Lithnet.MetadirectoryServices
Assembly: Lithnet.MetadirectoryServices (in Lithnet.MetadirectoryServices.dll) Version: 1.0.6017.24765
Syntax
public static bool CompareBinary(
	string base64ActualValue,
	string base64ExpectedValue,
	ValueOperator valueOperator
)

Parameters

base64ActualValue
Type: SystemString
The value obtained from the query
base64ExpectedValue
Type: SystemString
The expected value specified in the query logic, in base64 format
valueOperator
Type: Lithnet.MetadirectoryServicesValueOperator
The value operator to use in the comparison

Return Value

Type: Boolean
A boolean value indicating if the actual and expected value matched when using the specified ValueOperator
See Also