ComparisonEngineCompareBinary Method (Byte, Byte, ValueOperator) |
Compares a binary using the specified ValueOperator
Namespace: Lithnet.MetadirectoryServicesAssembly: Lithnet.MetadirectoryServices (in Lithnet.MetadirectoryServices.dll) Version: 1.0.6017.24765
Syntax public static bool CompareBinary(
byte[] actualValue,
byte[] expectedValue,
ValueOperator valueOperator
)
Public Shared Function CompareBinary (
actualValue As Byte(),
expectedValue As Byte(),
valueOperator As ValueOperator
) As Boolean
public:
static bool CompareBinary(
array<unsigned char>^ actualValue,
array<unsigned char>^ expectedValue,
ValueOperator valueOperator
)
Parameters
- actualValue
- Type: SystemByte
The value obtained from the query - expectedValue
- Type: SystemByte
The expected value specified in the query logic - valueOperator
- Type: Lithnet.MetadirectoryServicesValueOperator
The value operator to use in the comparison
Return Value
Type:
BooleanA boolean value indicating if the actual and expected value matched when using the specified ValueOperator
See Also