IODBLayerEqualsNull Method

Compare the object with null.

Definition

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

Parameters

obj  Object
IODBLayer

Return Value

Boolean
True if the object is null.

See Also