BranchCommit Struct

Summary

A commit, together with the branch to which the commit belongs.
Namespace
GitVersion
Interfaces
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

Fields

Name Constant Value Summary
Empty
static

Properties

Name Value Summary
Branch IBranch
Commit ICommit

Methods

Name Value Summary
Equals(BranchCommit?) bool
Equals(object) bool
GetHashCode() int

Operators

Name Value Summary
operator !=(BranchCommit, BranchCommit) bool
operator ==(BranchCommit, BranchCommit) bool

Extension Methods

Name Value Summary
GetProperties() IEnumerable<KeyValuePair<string, string>>
GitHub