Click or drag to resize

CAEXBasicObjectExtensionsIsExtendedVersion Method

Determines, if this caex library is an extended version of an older version

Namespace: Aml.Engine.CAEX.Extensions
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public static bool IsExtendedVersion(
	this ICAEXLibrary caexLibrary
)

Parameters

caexLibrary  ICAEXLibrary
The caex library

Return Value

Boolean
true, if an old version exists and the newer version is an extension; otherwise false

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type ICAEXLibrary. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also