MassEquals(Object) Method

Determines whether the specified Object is equal to the current Mass.

Definition

Namespace: InnerDrive.Quantitative
Assembly: InnerDrive.Quantitative (in InnerDrive.Quantitative.dll) Version: 5.2.9017.0
C#
public override bool Equals(
	Object? obj
)

Parameters

obj  Object
The Object to compare with the current Mass.

Return Value

Boolean
true if the specified Object is equal to the current Mass; otherwise, false.

Remarks

If obj is not a Mass or implicitly convertible into one, Equals returns false.

See Also