MercurialVersionAttribute.

IsMatch(Version) Method

Summary

Determines if the specified version is a match against this attribute.

Syntax

public bool IsMatch(Version version)

Parameters

Name Type Description
version Version The version to compare against FromVersionString and ToVersionString.

Return Value

Type Description
bool true if version is between FromVersionString and ToVersionString, inclusive; otherwise, false.