BarCodeResult.op_Equality

BarCodeResult Equality operator

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

public static bool operator ==(BarCodeResult first, BarCodeResult second)
ParameterTypeDescription
firstBarCodeResultA first compared value
secondBarCodeResultA second compared value

Return Value

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

See Also