ComponentInfoIsSupportedVersion Method

Checks Version against the specified lower bound and determines whether the component described by this instance is supported.

Typical use cases are:

Plug-in this describes a plug-in and lowerBound is its minimal version which is recorded in the SMath Studio document.
Document this describes SMath Studio Core and lowerBound is its minimal version which is recorded in the SMath Studio document.

Definition

Namespace: SMath.Extensibility
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.74.9654.0
C#
public bool IsSupportedVersion(
	Version lowerBound
)

Parameters

lowerBound  Version
Version to check against.

Return Value

Boolean
Result of the check.

Implements

IComponentInfoIsSupportedVersion(Version)

See Also