IPackageSpecificsDEquals Method

Override the standard equals method to find internal objects correct. Detailled comparison, including names+properties

Definition

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

Parameters

obj  Object
Second package specifics to compare.

Return Value

Boolean
True if both packages are identically.

Implements

InterfacePackageSpecificsDEquals(Object)

See Also