Quantity<T>.Equals
Method in Quantity<T>
Declaration
public bool Equals(Quantity<T> other)
Description
Determines if the quantity is equal to another quantity.
Parameters
other | The quantity to compare to. |
Returns
bool | True if the quantities are equal, false otherwise. |
Overload
Declaration
public override bool Equals(object other)
Description
Determines if the quantity is equal to another quantity.
Parameters
other | The object to compare to. |
Returns
bool | True if the quantities are equal, false otherwise. |