MergeMethod Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Extensible enum for known MergeMethod values.
[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Connectors.Sdk.GitHub.Models.MergeMethod+MergeMethodJsonConverter))]
public readonly struct MergeMethod : IEquatable<Azure.Connectors.Sdk.GitHub.Models.MergeMethod>
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Connectors.Sdk.GitHub.Models.MergeMethod+MergeMethodJsonConverter))>]
type MergeMethod = struct
Public Structure MergeMethod
Implements IEquatable(Of MergeMethod)
- Inheritance
-
MergeMethod
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| MergeMethod(String) |
Initializes a new instance of the MergeMethod struct. |
Properties
| Name | Description |
|---|---|
| Merge |
merge |
| Rebase |
rebase |
| Squash |
squash |
Methods
| Name | Description |
|---|---|
| Equals(MergeMethod) | Indicates whether the current object is equal to another object of the same type. |
| Equals(Object) | Indicates whether this instance and a specified object are equal. |
| GetHashCode() | Returns the hash code for this instance. |
| ToString() | Returns the fully qualified type name of this instance. |
Operators
| Name | Description |
|---|---|
| Equality(MergeMethod, MergeMethod) |
Equality operator. |
| Implicit(MergeMethod to String) |
Converts a MergeMethod to its string representation. |
| Implicit(String to MergeMethod) |
Converts a string to MergeMethod. |
| Inequality(MergeMethod, MergeMethod) |
Inequality operator. |