BindingMemberInfo::Equality Operator (BindingMemberInfo, BindingMemberInfo)
.NET Framework (current version)
Determines whether two BindingMemberInfo objects are equal.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- a
-
Type:
System.Windows.Forms::BindingMemberInfo
The first BindingMemberInfo to compare for equality.
- b
-
Type:
System.Windows.Forms::BindingMemberInfo
The second BindingMemberInfo to compare for equality.
Return Value
Type: System::Booleantrue if the BindingMember strings for a and b are equal; otherwise false.
.NET Framework
Available since 2.0
Available since 2.0
Show: