| ComparisonEngineCompareLong Method (Int64, String, ValueOperator) | 
            Compares a numeric value using the specified ValueOperator
            
 
Namespace: Lithnet.MetadirectoryServicesAssembly: Lithnet.MetadirectoryServices (in Lithnet.MetadirectoryServices.dll) Version: 1.0.6017.24765
Syntaxpublic static bool CompareLong(
	long actualValue,
	string expectedValue,
	ValueOperator valueOperator
)
Public Shared Function CompareLong ( 
	actualValue As Long,
	expectedValue As String,
	valueOperator As ValueOperator
) As Boolean
public:
static bool CompareLong(
	long long actualValue, 
	String^ expectedValue, 
	ValueOperator valueOperator
)
Parameters
- actualValue
 - Type: SystemInt64
The value obtained from the query - expectedValue
 - Type: SystemString
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