Show / Hide Table of Contents

Class Bookmark

Inheritance
System.Object
Bookmark
Namespace: System.Activities
Assembly: System.Activities.dll
Syntax
public class Bookmark : Object, IEquatable<Bookmark>

Constructors

Bookmark(String)

Declaration
public Bookmark(string name)
Parameters
System.String name

Properties

Name

Declaration
public string Name { get; }
Property Value
System.String

Methods

Equals(Bookmark)

Declaration
public bool Equals(Bookmark other)
Parameters
Bookmark other

Returns
System.Boolean

Equals(Object)

Declaration
public override bool Equals(object obj)
Parameters
System.Object obj

Returns
System.Boolean

GetHashCode()

Declaration
public override int GetHashCode()
Returns
System.Int32

ToString()

Declaration
public override string ToString()
Returns
System.String

Back to top Generated by DocFX