Summary
A commit, together with the branch to which the commit belongs.
- Namespace
- GitVersion
- Interfaces
-
-
IEquatable
<BranchCommit?>
-
IEquatable
- Base Types
-
- object
- ValueType
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
|