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
Συνεργαστείτε μαζί μας στο GitHub
Μπορείτε να βρείτε την πηγή για αυτό το περιεχόμενο στο GitHub, όπου μπορείτε επίσης να δημιουργήσετε και να εξετάσετε ζητήματα και αιτήματα έλξης. Για περισσότερες πληροφορίες, ανατρέξτε στον οδηγό συνεργατών.