ConnectionPoint.Equals(Object) 方法
定义
返回一个表示当前 ConnectionPoint 是否等于指定对象的值。Returns a value that indicates whether the current ConnectionPoint is equal to the specified object.
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
将与当前 ConnectionPoint 进行比较的对象。The object to compare with the current ConnectionPoint.
返回
为 true 则指示当前 ConnectionPoint 与 obj 相等;否则为 false。true to indicate that the current ConnectionPoint and obj are equal; otherwise, false.