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