CodabarExtendedParameters.op_Inequality

CodabarExtendedParameters Inequality operator

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

public static bool operator !=(CodabarExtendedParameters first, CodabarExtendedParameters second)
ParameterTypeDescription
firstCodabarExtendedParametersA first compared value
secondCodabarExtendedParametersA second compared value

Return Value

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

See Also