BindingMemberInfo.Equality(BindingMemberInfo, BindingMemberInfo) 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 BindingMemberInfo objects are equal.
public:
static bool operator ==(System::Windows::Forms::BindingMemberInfo a, System::Windows::Forms::BindingMemberInfo b);
public static bool operator == (System.Windows.Forms.BindingMemberInfo a, System.Windows.Forms.BindingMemberInfo b);
static member ( = ) : System.Windows.Forms.BindingMemberInfo * System.Windows.Forms.BindingMemberInfo -> bool
Public Shared Operator == (a As BindingMemberInfo, b As BindingMemberInfo) As Boolean
Parameters
The first BindingMemberInfo to compare for equality.
The second BindingMemberInfo to compare for equality.
Returns
true
if the BindingMember strings for a
and b
are equal; otherwise false
.
Remarks
The equivalent method for this operator is BindingMemberInfo.Equals(Object)
Applies to
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.