Type Inequality Operator Fling OS
Compares two types by ID to see if they represent the different types.

Namespace: Kernel.FOS_System
Assembly: Kernel.FOS_System (in Kernel.FOS_System.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static bool operator !=(
	Type x,
	Type y
)

Return Value

Type: Boolean
True if they are not equal, otherwise false.
See Also