ICMPLayerEqualsNull Method

Determines whether the layer is null.

Definition

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

Parameters

obj  Object
The object to compare with null.

Return Value

Boolean
True if the object is null.

See Also