DependencyVersionRangeContains Method

Checks whether the specified version is within the range.

Definition

Namespace: SMath.Extensibility.Setup
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.74.9654.0
C#
public bool Contains(
	Version version
)

Parameters

version  Version
Version to check.

Return Value

Boolean
if version is within the range.

See Also