- Namespace
- GitVersion
- 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 |
---|---|---|
GetProperties |
IEnumerable |
From
ObjectExtensions
|
NotNull |
T |
From
CommonExtensions
|