IPolyClassEqualsNull Method

Determines whether the IPolyClass is null.

Definition

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

Parameters

obj  Object

Return Value

Boolean
Returns true if the object is null.

See Also