Click or drag to resize

QuantityInequality Operator

Implements the operator !=.

Namespace:  Aloe.EnterpriseOne.Model
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public static bool operator !=(
	Quantity first,
	Quantity second
)

Parameters

first
Type: Aloe.EnterpriseOne.ModelQuantity
The first quantity to compare.
second
Type: Aloe.EnterpriseOne.ModelQuantity
The second quantity to compare.

Return Value

Type: Boolean
The result of the operator.
See Also