Indicates whether two
Type objects are not equal.
Namespace: SystemAssembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax public static bool operator !=(
Type left,
Type right
)
Parameters
- left
- Type: SystemType
The first object to compare. - right
- Type: SystemType
The second object to compare.
Return Value
Type:
Booleantrue if
left is not equal to
right; otherwise, false.
See Also