Message.Inequality(Message, Message) Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines whether two instances of Message are not equal.
public:
static bool operator !=(System::Windows::Forms::Message a, System::Windows::Forms::Message b);
public static bool operator != (System.Windows.Forms.Message a, System.Windows.Forms.Message b);
static member op_Inequality : System.Windows.Forms.Message * System.Windows.Forms.Message -> bool
Public Shared Operator != (a As Message, b As Message) As Boolean
Parameters
Returns
true
if a
and b
do not represent the same Message; otherwise, false
.
Remarks
The equivalent method for this operator is the negation of Message.Equals
Applies to
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.