Code128DataPortion.op_Equality

Code128DataPortion Equality operator

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

public static bool operator ==(Code128DataPortion first, Code128DataPortion second)
ParameterTypeDescription
firstCode128DataPortionA first compared value
secondCode128DataPortionA second compared value

Return Value

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

See Also