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