Bookmark.Equals Method 
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)
public:
 virtual bool Equals(System::Activities::Bookmark ^ other);public bool Equals(System.Activities.Bookmark other);override this.Equals : System.Activities.Bookmark -> boolPublic Function Equals (other As Bookmark) As BooleanParameters
- 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 -> boolPublic Overrides Function Equals (obj As Object) As BooleanParameters
- obj
- Object
The object to compare.
Returns
true if the Bookmark objects are equal; otherwise, false.