Click or drag to resize

UnitEquals Method

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

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

Parameters

obj  Object
The Object to compare with the current Unit.

Return Value

Boolean
true if the specified Object is the same Type as this Unit; otherwise, false.
See Also