BarCodeExtendedParameters.op_Inequality

BarCodeExtendedParameters Inequality operator

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

public static bool operator !=(BarCodeExtendedParameters first, BarCodeExtendedParameters second)
ParameterTypeDescription
firstBarCodeExtendedParametersA first compared value
secondBarCodeExtendedParametersA second compared value

Return Value

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

See Also