DataMatrixExtendedParameters.op_Inequality

DataMatrixExtendedParameters Inequality operator

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

public static bool operator !=(DataMatrixExtendedParameters first, 
    DataMatrixExtendedParameters second)
ParameterTypeDescription
firstDataMatrixExtendedParametersA first compared value
secondDataMatrixExtendedParametersA second compared value

Return Value

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

See Also