Summary
This class contains information about a single file that had a merge conflict during the last merge.
- Assembly
- Mercurial
.Net .dll - Namespace
- Mercurial
- Interfaces
-
- IEquatable
<T>
- IEquatable
- Base Types
-
- object
graph TD
Base0["object"]-->Type
Interface0["IEquatable<T>"]-.->Type
Type["MergeConflict"]
class Type type-node
Syntax
public sealed class MergeConflict : IEquatable<MergeConflict>
Constructors
Name | Summary |
---|---|
MergeConflict |
Initializes a new instance of the MergeConflict class.
|
Properties
Name | Value | Summary |
---|---|---|
Path | string |
Gets the path to the file that had a merge conflict.
|
State | MergeConflictState |
Gets the state of the file that had a merge conflict.
|
Methods
Name | Value | Summary |
---|---|---|
Equals |
bool |
Indicates whether the current object is equal to another object of the same type.
|
Equals |
bool | |
GetHashCode |
int |
Serves as a hash function for a particular type.
|
ToString |
string |
Returns a
string that represents this instance.
|