CodabarExtendedParameters.op_Equality

CodabarExtendedParameters Equality operator

Returns a value indicating whether the first CodabarExtendedParameters value is equal to 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 same value as second; otherwise, false.

See Also