BindingMemberInfo::Equals Method (Object^)
.NET Framework (current version)
Determines whether the specified object is equal to this BindingMemberInfo.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- otherObject
-
Type:
System::Object^
The object to compare for equality.
Return Value
Type: System::Booleantrue if otherObject is a BindingMemberInfo and both BindingMember strings are equal; otherwise false.
The BindingMember strings are compared with a culture setting of InvariantCulture.
.NET Framework
Available since 1.1
Available since 1.1
Show: