IStepStepAndRepeatClassEquals(Object, Double) Method

Compare all entries for same values (without datum). The tolerance will be used for rounding issues.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public bool Equals(
	Object obj,
	double tolerance
)

Parameters

obj  Object
 
tolerance  Double
 

Return Value

Boolean

See Also