SemanticVersion.

IsLabeledWith(string) Method

Summary

Returns true when the pre-release tag name equals value (case-insensitive).
Namespace
GitVersion
Containing Type
SemanticVersion

Syntax

public bool IsLabeledWith(string value)

Parameters

Name Type Description
value string

Return Value

Type Description
bool
GitHub