ICMPLayerEquals Method

Determines whether two objects are the same.

Definition

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

Parameters

obj  Object
A second layer.

Return Value

Boolean
True if the layer have the same database.

See Also