| OpsContextIsCondimentOnParent Method (Int32, Int32) | 
 
            Checks if a particular condiment has been added to the currently select parent item.
            
 
    Namespace: 
   Micros.Ops
    Assembly:
   Ops (in Ops.dll) Version: 18.2
 Syntax
Syntaxpublic bool IsCondimentOnParent(
	int number,
	int count
)
Parameters
- number
- Type: SystemInt32
 The number of the condiment to be checked.
- count
- Type: SystemInt32
 The quantity of the condiment to be checked. Specify zero for this parameter to be ignored.
Return Value
Type: 
BooleanReturns true if the specified condiment has been added to the parent item in the specified quantity.
 See Also
See Also