Summary
Determines if the specified version is a match against this attribute.
- Assembly
- Mercurial
.Net .dll - Namespace
- Mercurial
.Versions - Containing Type
- Mercurial
Version 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.
|