Click or drag to resize

OrderCheckLinesEquality Operator

Namespace:  LSRetail.Omni.Domain.DataModel.ScanPayGo.Checkout
Assembly:  LSRetail.Omni.Domain.DataModel.ScanPayGo (in LSRetail.Omni.Domain.DataModel.ScanPayGo.dll) Version: Commerce Service for LS Central 2025.4
Syntax
C#
public static bool operator ==(
	OrderCheckLines checkLine1,
	OrderCheckLines checkLine2
)

Parameters

checkLine1
Type: LSRetail.Omni.Domain.DataModel.ScanPayGo.CheckoutOrderCheckLines
checkLine2
Type: LSRetail.Omni.Domain.DataModel.ScanPayGo.CheckoutOrderCheckLines

Return Value

Type: Boolean
See Also