BindingMemberInfo::Equals Method (Object^)

 

Determines whether the specified object is equal to this BindingMemberInfo.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
virtual bool Equals(
	Object^ otherObject
) override

Parameters

otherObject
Type: System::Object^

The object to compare for equality.

Return Value

Type: System::Boolean

true 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
Return to top
Show: