Bookmark.Equals Method

Definition

Determines whether two Bookmark objects refer to the same continuation point in a workflow.

Overloads

Equals(Bookmark)

Determines whether the current Bookmark and the specified Bookmark refer to the same continuation point in a workflow.

Equals(Object)

Determines whether the current Bookmark and the specified object refer to the same continuation point in a workflow.

Equals(Bookmark)

Determines whether the current Bookmark and the specified Bookmark refer to the same continuation point in a workflow.

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

Parameters

other
Bookmark

The bookmark to compare.

Returns

true if the Bookmark objects are equal; otherwise, false.

Implements

Applies to

Equals(Object)

Determines whether the current Bookmark and the specified object refer to the same continuation point in a workflow.

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

Parameters

obj
Object

The object to compare.

Returns

true if the Bookmark objects are equal; otherwise, false.

Applies to