Click or drag to resize
VersionSpecSatisfies Method
Returns true if the specified version is within the version spec.

Namespace: semver.tools
Assembly: semver.tools (in semver.tools.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public bool Satisfies(
	SemanticVersion version
)

Parameters

version
Type: semver.toolsSemanticVersion

Return Value

Type: Boolean
See Also