Click or drag to resize

QuantityAreCompatible Method

Returns true if the two quantities are compatible (e.g. have the same unit).

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

Parameters

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

Return Value

Type: Boolean
True if the quantities are compatible.
See Also