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'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.