BarCodeRegionParameters.op_Equality

BarCodeRegionParameters Equality operator

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

public static bool operator ==(BarCodeRegionParameters first, BarCodeRegionParameters second)
ParameterTypeDescription
firstBarCodeRegionParametersA first compared value
secondBarCodeRegionParametersA second compared value

Return Value

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

See Also