BindingMemberInfo.Equals 方法

定义

重载

名称 说明
Equals(Object)

确定指定的对象是否等于此 BindingMemberInfo对象。

Equals(BindingMemberInfo)

指示当前对象是否等于同一类型的另一个对象。

Equals(Object)

Source:
BindingMemberInfo.cs
Source:
BindingMemberInfo.cs
Source:
BindingMemberInfo.cs
Source:
BindingMemberInfo.cs
Source:
BindingMemberInfo.cs

确定指定的对象是否等于此 BindingMemberInfo对象。

public:
 override bool Equals(System::Object ^ otherObject);
public override bool Equals(object otherObject);
public override bool Equals(object? otherObject);
override this.Equals : obj -> bool
Public Overrides Function Equals (otherObject As Object) As Boolean

参数

otherObject
Object

要比较相等的对象。

返回

如果为 a 且两个字符串相等,则为 />;否则为

注解

字符串 BindingMember 与区域性 InvariantCulture设置进行比较。

另请参阅

适用于

Equals(BindingMemberInfo)

Source:
BindingMemberInfo.cs
Source:
BindingMemberInfo.cs
Source:
BindingMemberInfo.cs
Source:
BindingMemberInfo.cs
Source:
BindingMemberInfo.cs

指示当前对象是否等于同一类型的另一个对象。

public:
 virtual bool Equals(System::Windows::Forms::BindingMemberInfo other);
public bool Equals(System.Windows.Forms.BindingMemberInfo other);
override this.Equals : System.Windows.Forms.BindingMemberInfo -> bool
Public Function Equals (other As BindingMemberInfo) As Boolean

参数

other
BindingMemberInfo

要与此对象进行比较的对象。

返回

如果当前对象等于 参数,则为 。

实现

适用于