共用方式為


BookmarkScope.Equals(BookmarkScope) 方法

定義

取得值,此值表示目前的 BookmarkScope 和指定的 BookmarkScope 是否相同。

public:
 virtual bool Equals(System::Activities::BookmarkScope ^ other);
public bool Equals (System.Activities.BookmarkScope other);
override this.Equals : System.Activities.BookmarkScope -> bool
Public Function Equals (other As BookmarkScope) As Boolean

參數

other
BookmarkScope

書籤範圍物件。

傳回

如果書籤範圍相同,則為 true,否則為 false

實作

適用於