Summary
This class encapsulates information about the path to a remote repository related to the current
repository.
- Assembly
- Mercurial
.Net .dll - Namespace
- Mercurial
- Interfaces
-
- IEquatable
<T>
- IEquatable
- Base Types
-
- object
graph TD
Base0["object"]-->Type
Interface0["IEquatable<T>"]-.->Type
Type["RemoteRepositoryPath"]
class Type type-node
Syntax
public class RemoteRepositoryPath : IEquatable<RemoteRepositoryPath>
Constructors
Name | Summary |
---|---|
RemoteRepositoryPath |
Initializes a new instance of the RemoteRepositoryPath class.
|
Properties
Methods
Name | Value | Summary |
---|---|---|
Equals |
bool | |
Equals |
bool |
Indicates whether the current object is equal to another object of the same type.
|
GetHashCode |
int |
Serves as a hash function for a particular type.
|
ToString |
string |