Summary
A commit, together with the branch to which the commit belongs.
- Namespace
- GitVersion
- Interfaces
-
-
IEquatable
<BranchCommit?>
-
IEquatable
- Base Types
-
- object
- ValueType
graph BT Type-->Base0["ValueType"]
Base0-->Base1["object"]
Type-.->Interface0["IEquatable<BranchCommit?>"]
Type["BranchCommit"] class Type type-node
Syntax
public readonly struct BranchCommit : ValueType, IEquatable<BranchCommit?>
Constructors
| Name | Summary |
|---|---|
|
BranchCommit |
Fields
| Name | Constant Value | Summary |
|---|---|---|
| Empty |
static
|
Properties
Methods
| Name | Value | Summary |
|---|---|---|
|
Equals |
bool | |
|
Equals |
bool | |
|
GetHashCode |
int |
Operators
| Name | Value | Summary |
|---|---|---|
|
operator != |
bool | |
|
operator == |
bool |
Extension Methods
| Name | Value | Summary |
|---|---|---|
|
GetProperties |
IEnumerable |
From
ObjectExtensions
|