Quantity<T>.Inequality
Operator in Quantity<T>
Declaration
public static bool operator !=(Quantity<T> lhs, Quantity<T> rhs)
Description
Determines if two quantities are not equal.
Parameters
lhs | The first quantity to compare. |
rhs | The second quantity to compare. |
Returns
bool | True if the quantities are not equal, false otherwise. |