BarCodeExtendedParameters.op_Equality

BarCodeExtendedParameters Equality operator

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

public static bool operator ==(BarCodeExtendedParameters first, BarCodeExtendedParameters second)
ParameterTypeDescription
firstBarCodeExtendedParametersA first compared value
secondBarCodeExtendedParametersA second compared value

Return Value

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

See Also