- Namespace
-
GitVersion
.Git - Interfaces
graph BT
Type-.->Interface0["IEquatable<IObjectId>"]
Type-.->Interface1["IComparable<IObjectId>"]
Type["IObjectId"] class Type type-node
Syntax
public interface IObjectId : IEquatable<IObjectId>, IComparable<IObjectId>
Properties
| Name | Value | Summary |
|---|---|---|
| Sha | string |
Methods
| Name | Value | Summary |
|---|---|---|
|
ToString |
string |
Extension Methods
| Name | Value | Summary |
|---|---|---|
|
NotNull |
T |
From
CommonExtensions
|