Message::Inequality Operator (Message, Message)
.NET Framework (current version)
Determines whether two instances of Message are not equal.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- a
-
Type:
System.Windows.Forms::Message
A Message to compare to b.
- b
-
Type:
System.Windows.Forms::Message
A Message to compare to a.
Return Value
Type: System::Booleantrue if a and b do not represent the same Message; otherwise, false.
.NET Framework
Available since 2.0
Available since 2.0
Show: