Click or drag to resize

OrderCheckLinesInequality 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 2026.8.0
Syntax
C#
public static bool operator !=(
	OrderCheckLines checkLine1,
	OrderCheckLines checkLine2
)

Parameters

checkLine1  OrderCheckLines
 
checkLine2  OrderCheckLines
 

Return Value

Boolean
See Also