SourceControlVersion Struct

Definition

The version of the source control.

public readonly struct SourceControlVersion : IEquatable<Azure.ResourceManager.SecurityInsights.Models.SourceControlVersion>
type SourceControlVersion = struct
Public Structure SourceControlVersion
Implements IEquatable(Of SourceControlVersion)
Inheritance
SourceControlVersion
Implements

Constructors

SourceControlVersion(String)

Initializes a new instance of SourceControlVersion.

Properties

V1

V1.

V2

V2.

Methods

Equals(SourceControlVersion)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(SourceControlVersion, SourceControlVersion)

Determines if two SourceControlVersion values are the same.

Implicit(String to SourceControlVersion)

Converts a string to a SourceControlVersion.

Inequality(SourceControlVersion, SourceControlVersion)

Determines if two SourceControlVersion values are not the same.

Applies to