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.

C#
public bool Equals(System.Activities.Bookmark other);

Parameters

other
Bookmark

The bookmark to compare.

Returns

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

Implements

Applies to

.NET Framework 4.8.1 and other versions
Product Versions
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

Equals(Object)

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

C#
public override bool Equals(object obj);

Parameters

obj
Object

The object to compare.

Returns

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

Applies to

.NET Framework 4.8.1 and other versions
Product Versions
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1