StringExtensions.

IsEquivalentTo(string, string) Method

Namespace
GitVersion.Extensions
Containing Type
StringExtensions

Syntax

public static bool IsEquivalentTo(this string self, string other)

Parameters

Name Type Description
self string
other string

Return Value

Type Description
bool
GitHub