ChartElement.Equals(Object) 方法

定义

确定指定的 Object 是否等同于当前的 ChartElementDetermines whether the specified Object is equal to the current ChartElement.

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

参数

obj
Object

要与当前的 Object 进行比较的 ChartElementThe Object to compare with the current ChartElement.

返回

Boolean

如果指定的 true 等于当前的 Object,则为 ChartElement;否则为 Falsetrue if the specified Object is equal to the current ChartElement; otherwise, False.

适用于