System.Windows.Forms.BindingMemberInfo.Equals Method

Determines whether the specified object is equal to this System.Windows.Forms.BindingMemberInfo.

Syntax

public override bool Equals (object otherObject)

Parameters

otherObject
The object to compare for equality.

Returns

true if otherObject is a System.Windows.Forms.BindingMemberInfo and both BindingMemberInfo.BindingMember strings are equal; otherwise false.

Remarks

The BindingMemberInfo.BindingMember strings are compared with a culture setting of System.Globalization.CultureInfo.InvariantCulture.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0