BookmarkScope.Equals(BookmarkScope) Method

Definition

Gets a value that indicates whether the current BookmarkScope and the specified BookmarkScope are the same.

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

Parameters

other
BookmarkScope

A bookmark scope object.

Returns

true if the bookmark scopes are the same; otherwise, false.

Implements

Applies to