DependencyVersionRangeContains Method
Checks whether the specified version is within the range.
Namespace: SMath.Extensibility.SetupAssembly: SMath.Manager (in SMath.Manager.dll) Version: 1.74.9654.0
public bool Contains(
Version version
)
Public Function Contains (
version As Version
) As Boolean
public:
bool Contains(
Version^ version
)
member Contains :
version : Version -> bool
- version Version
- Version to check.
Boolean if
version is within the range.