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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.