BarCodeResult.op_Inequality

BarCodeResult Inequality operator

Returns a value indicating if the first BarCodeResult value is different from the second.

public static bool operator !=(BarCodeResult first, BarCodeResult second)
ParameterTypeDescription
firstBarCodeResultA first compared value
secondBarCodeResultA second compared value

Return Value

true if first has the different value from second; otherwise, false.

See Also