CompoundUnitEquals(CompoundUnit) Method
Indicates whether the current object is equal to another object of the same type.
Namespace: InnerDrive.QuantitativeAssembly: InnerDrive.Quantitative (in InnerDrive.Quantitative.dll) Version: 5.2.9017.0
public virtual bool Equals(
CompoundUnit? other
)
- other CompoundUnit
- An object to compare with this object.
Booleantrue if the current object is equal to the
other
parameter; otherwise,
false.
IEquatableTEquals(T)