Click or drag to resize

BarcodeParseResultEquals Method (BarcodeParseResult)

Namespace:  LSRetail.Omni.Domain.DataModel.Base.Retail
Assembly:  LSRetail.Omni.Domain.DataModel.Base (in LSRetail.Omni.Domain.DataModel.Base.dll) Version: Commerce Service for LS Central 2026.4
Syntax
C#
public bool Equals(
	BarcodeParseResult other
)

Parameters

other
Type: LSRetail.Omni.Domain.DataModel.Base.RetailBarcodeParseResult

Return Value

Type: Boolean

Implements

IEquatableTEquals(T)
See Also