Code128ExtendedParameters.op_Equality

Code128ExtendedParameters Equality operator

Returns a value indicating whether the first Code128ExtendedParameters value is equal to the second.

public static bool operator ==(Code128ExtendedParameters first, Code128ExtendedParameters second)
ParameterTypeDescription
firstCode128ExtendedParametersA first compared value
secondCode128ExtendedParametersA second compared value

Return Value

true if first has the same value as second; otherwise, false.

See Also