IODBObjectInequality Operator

Override the operator !=.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public static bool operator !=(
	IODBObject a,
	IODBObject b
)

Parameters

a  IODBObject
IODBObject
b  IODBObject
IODBObject

Return Value

Boolean
True if the database of both is different.

See Also