CompoundUnitEquals(CompoundUnit) Method

Indicates whether the current object is equal to another object of the same type.

Definition

Namespace: InnerDrive.Quantitative
Assembly: InnerDrive.Quantitative (in InnerDrive.Quantitative.dll) Version: 5.2.9017.0
C#
public virtual bool Equals(
	CompoundUnit? other
)

Parameters

other  CompoundUnit
An object to compare with this object.

Return Value

Boolean
true if the current object is equal to the other parameter; otherwise, false.

Implements

IEquatableTEquals(T)

Remarks

Important: A CompoundUnit is equal to another CompoundUnit if the FirstUnit and SecondUnit types are the same, even if the CompoundUnit subtypes are not the same.

See Also