MassEquals(Object) Method
Determines whether the specified
Object is equal to the
current
Mass.
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
Mass.
Booleantrue if the specified
Object is equal to the current
Mass; otherwise,
false.
If
obj is not a
Mass or implicitly
convertible into one,
Equals returns
false.