UnitEquals Method
Determines whether the specified
Object is equal to the
current
Unit.
Namespace: InnerDrive.QuantitativeAssembly: InnerDrive.Quantitative (in InnerDrive.Quantitative.dll) Version: 5.2.9017.0
public override bool Equals(
Object? obj
)
- obj Object
- The Object to compare with the current
Unit.
Booleantrue if the specified
Object is the same
Type
as this
Unit; otherwise,
false.