ReferenceName.

EquivalentTo(string) Method

Summary

Returns true when name matches any of the canonical, friendly, or origin-stripped forms of this reference.
Namespace
GitVersion.Git
Containing Type
ReferenceName

Syntax

public bool EquivalentTo(string name)

Parameters

Name Type Description
name string

Return Value

Type Description
bool
GitHub