Message.Equality(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 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 ( = ) : 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
represent the same Message; otherwise, false
.
Remarks
The equivalent method for this operator is Message.Equals
Applies to
Vertu í samstarfi við okkur á GitHub
Heimildina fyrir þetta efni er að finna á GitHub, þar sem þú getur líka búið til og farið yfir vandamál og sameinað beiðnir. Frekari upplýsingar er að finna í framlagshandbók okkar.