Click or drag to resize

CompoundUnitEquals(CompoundUnit) Method

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

Namespace: InnerDrive.Quantitative
Assembly: InnerDrive.Quantitative (in InnerDrive.Quantitative.dll) Version: 5.0.8475.0
Syntax
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