MergeConflict Class

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>
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(string, MergeConflictState) 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(MergeConflict) bool
Indicates whether the current object is equal to another object of the same type.
Equals(object) bool
Determines whether the specified object is equal to the current object.
GetHashCode() int
Serves as a hash function for a particular type.
ToString() string
Returns a string that represents this instance.